#600427

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

Shades of Tyrian Purple #600427

Tints of Tyrian Purple #600427

Color information

#600427 (or 0x600427) is unknown color: approx Tyrian Purple. HEX triplet: 60, 04 and 27. RGB value is (96,4,39). Sum of RGB (Red+Green+Blue) = 96+4+39=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #600427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600427 is #9FFBD8. Grayscale: #232323. Windows color (decimal): -10484697 or 2557024. OLE color: 2557024.

HSL color Cylindrical-coordinate representation of color #600427: hue angle of 337.17º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600427 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB96439-
CMYK00.960.590.62
HSL337.17º92%19.61%-
HSV(B)337.17º95.83%37.65%-
XYZ5.232.722.17-
YUV35.5129.98171.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.06%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 39 (15.62% from 255) = 28.06%
R=69.06%
G=2.88%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9643900.960.590.62337.179219.61
Hex604270603B3E1515c14
Octal1404470140737652113424
Binary110000010010011101100000111011111110101010001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600427; }

 p { color: rgb(96,4,39); }

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

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

 a { background-color: rgb(96,4,39); }

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

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

 span { border-color: rgb(96,4,39); }

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