#6C0B35

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

Shades of Tyrian Purple #6C0B35

Tints of Tyrian Purple #6C0B35

Color information

#6C0B35 (or 0x6C0B35) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 0B and 35. RGB value is (108,11,53). Sum of RGB (Red+Green+Blue) = 108+11+53=172 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.79% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B35 is #93F4CA. Grayscale: #2C2C2C. Windows color (decimal): -9696459 or 3476332. OLE color: 3476332.

HSL color Cylindrical-coordinate representation of color #6C0B35: hue angle of 334.02º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0B35 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB1081153-
CMYK00.900.510.58
HSL334.02º81.51%23.33%-
HSV(B)334.02º89.81%42.35%-
XYZ6.953.683.71-
YUV44.79132.64173.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 62.79%
GREEN value IS 11 (4.69% from 255) = 6.40%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=62.79%
G=6.40%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108115300.900.510.58334.0281.5123.33
Hex6CB3505A333A14e5217
Octal15413650132637251612227
Binary1101100101111010101011010110011111010101001110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,11,53); }

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

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

 a { background-color: rgb(108,11,53); }

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

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

 span { border-color: rgb(108,11,53); }

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