#600C41

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

Shades of Tyrian Purple #600C41

Tints of Tyrian Purple #600C41

Color information

#600C41 (or 0x600C41) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0C and 41. RGB value is (96,12,65). Sum of RGB (Red+Green+Blue) = 96+12+65=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #600C41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600C41 is #9FF3BE. Grayscale: #2B2B2B. Windows color (decimal): -10482623 or 4263008. OLE color: 4263008.

HSL color Cylindrical-coordinate representation of color #600C41: hue angle of 322.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600C41 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB961265-
CMYK00.880.320.62
HSL322.14º77.78%21.18%-
HSV(B)322.14º87.5%37.65%-
XYZ5.913.135.29-
YUV43.16140.33165.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 12 (5.08% from 255) = 6.94%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=55.49%
G=6.94%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96126500.880.320.62322.1477.7821.18
Hex60C41058203E1424e15
Octal140141010130407650211625
Binary11000001100100000101011000100000111110101000010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600C41; }

 p { color: rgb(96,12,65); }

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

<style>
 a { background-color: #600C41; }

 a { background-color: rgb(96,12,65); }

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

<style>
 span { border-color: #600C41; }

 span { border-color: rgb(96,12,65); }

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