#600934

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

Shades of Tyrian Purple #600934

Tints of Tyrian Purple #600934

Color information

#600934 (or 0x600934) is unknown color: approx Tyrian Purple. HEX triplet: 60, 09 and 34. RGB value is (96,9,52). Sum of RGB (Red+Green+Blue) = 96+9+52=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #600934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600934 is #9FF6CB. Grayscale: #272727. Windows color (decimal): -10483404 or 3410272. OLE color: 3410272.

HSL color Cylindrical-coordinate representation of color #600934: hue angle of 330.34º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600934 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB96952-
CMYK00.910.460.62
HSL330.34º82.86%20.59%-
HSV(B)330.34º90.62%37.65%-
XYZ5.542.933.52-
YUV39.92134.82168-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 52 (20.70% from 255) = 33.12%
R=61.15%
G=5.73%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9695200.910.460.62330.3482.8620.59
Hex6093405B2E3E14a5315
Octal14011640133567651212325
Binary1100000100111010001011011101110111110101001010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600934; }

 p { color: rgb(96,9,52); }

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

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

 a { background-color: rgb(96,9,52); }

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

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

 span { border-color: rgb(96,9,52); }

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