#6B0D4D

Color #6B0D4D Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #6B0D4D

Tints of Tyrian Purple #6B0D4D

Color information

#6B0D4D (or 0x6B0D4D) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 0D and 4D. RGB value is (107,13,77). Sum of RGB (Red+Green+Blue) = 107+13+77=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0D4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0D4D is #94F2B2. Grayscale: #303030. Windows color (decimal): -9761459 or 5049707. OLE color: 5049707.

HSL color Cylindrical-coordinate representation of color #6B0D4D: hue angle of 319.15º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B0D4D is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB1071377-
CMYK00.880.280.58
HSL319.15º78.33%23.53%-
HSV(B)319.15º87.85%41.96%-
XYZ7.553.957.39-
YUV48.4144.14169.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 54.31%
GREEN value IS 13 (5.47% from 255) = 6.60%
BLUE value IS 77 (30.47% from 255) = 39.09%
R=54.31%
G=6.60%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107137700.880.280.58319.1578.3323.53
Hex6BD4D0581C3A13f4e18
Octal153151150130347247711630
Binary1101011110110011010101100011100111010100111111100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B0D4D; }

 p { color: rgb(107,13,77); }

 H1.HeaderClassName
 {
   color: #6B0D4D;
 }
 .AnyTagClassName
 {
   color: #6B0D4D;
 }
</style>
background-color css

<style>
 a { background-color: #6B0D4D; }

 a { background-color: rgb(107,13,77); }

 div.DivClassName
 {
   background-color: #6B0D4D;
 }
 .BgClassName
 {
   background-color: #6B0D4D;
 }
</style>
border-color css

<style>
 span { border-color: #6B0D4D; }

 span { border-color: rgb(107,13,77); }

 td.TdClassName
 {
   border-color: #6B0D4D;
 }
 .TagClassName
 {
   border-color: #6B0D4D;
 }
</style>