#6B0D33

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

Shades of Tyrian Purple #6B0D33

Tints of Tyrian Purple #6B0D33

Color information

#6B0D33 (or 0x6B0D33) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 0D and 33. RGB value is (107,13,51). Sum of RGB (Red+Green+Blue) = 107+13+51=171 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.57% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0D33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0D33 is #94F2CC. Grayscale: #2D2D2D. Windows color (decimal): -9761485 or 3345771. OLE color: 3345771.

HSL color Cylindrical-coordinate representation of color #6B0D33: hue angle of 335.74º 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 #6B0D33 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB1071351-
CMYK00.880.520.58
HSL335.74º78.33%23.53%-
HSV(B)335.74º87.85%41.96%-
XYZ6.83.653.48-
YUV45.44131.14171.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 62.57%
GREEN value IS 13 (5.47% from 255) = 7.60%
BLUE value IS 51 (20.31% from 255) = 29.82%
R=62.57%
G=7.60%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107135100.880.520.58335.7478.3323.53
Hex6BD33058343A1504e18
Octal15315630130647252011630
Binary1101011110111001101011000110100111010101010000100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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