#600c4d

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

Shades of Tyrian Purple #600C4D

Tints of Tyrian Purple #600C4D

Color information

#600C4D (or 0x600C4D) is unknown color: approx Tyrian Purple. HEX triplet: 60, 0C and 4D. RGB value is (96,12,77). Sum of RGB (Red+Green+Blue) = 96+12+77=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #600C4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600C4D is #9FF3B2. Grayscale: #2C2C2C. Windows color (decimal): -10482611 or 5049440. OLE color: 5049440.

HSL color Cylindrical-coordinate representation of color #600C4D: hue angle of 313.57º 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 #600C4D is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB961277-
CMYK00.880.200.62
HSL313.57º77.78%21.18%-
HSV(B)313.57º87.5%37.65%-
XYZ6.293.297.32-
YUV44.53146.33164.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 12 (5.08% from 255) = 6.49%
BLUE value IS 77 (30.47% from 255) = 41.62%
R=51.89%
G=6.49%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96127700.880.200.62313.5777.7821.18
Hex60C4D058143E13a4e15
Octal140141150130247647211625
Binary1100000110010011010101100010100111110100111010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600c4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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