Html Css Color HEX #600239 Tyrian Purple

📋 copy color: '#600239'

red 96 ◦ green 2 ◦ blue 57

#600239
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #600239

Tints of Tyrian Purple #600239

RGB

 RED value IS 96 (37.89% from 255) = 61.94%

 GREEN value IS 2 (1.17% from 255) = 1.29%

 BLUE value IS 57 (22.66% from 255) = 36.77%

R = 61.94%
G = 1.29%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#600239 (or 0x600239) is known color: Tyrian Purple. HEX triplet: 60, 02 and 39. RGB value is (96,2,57). Sum of RGB (Red+Green+Blue) = 96+2+57=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #600239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600239 is #9FFDC6. Grayscale: #242424. Windows color (decimal): -10485191 or 3736160. OLE color: 3736160.

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

Color convert

RGB 96 2 57 -
CMYK 0 0.98 0.41 0.62
HSL 324.89º 0.96% 0.19% -
HSV(B) 324.89º 0.98% 0.38% -
XYZ 5.58 2.83 4.12 -
YUV 36.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 96 2 57 0 0.98 0.41 0.62 324.89 0.96 0.19
Hex 60 2 39 0 62 29 3E 145 60 13
Octal 140 2 71 0 142 51 76 505 140 23
Binary 1100000 10 111001 0 1100010 101001 111110 101000101 1100000 10011

Color Harmonies of #600239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600239

Black with #600239

Text Example


Text Example

White with #600239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600239; }

 p { color: rgb(96,2,57); }

 H1.HeaderClassName
 {
   color: #600239;
 }
 .AnyTagClassName
 {
   color: #600239;
 }
</style>

background-color css

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

 a { background-color: rgb(96,2,57); }

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

border-color css

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

 span { border-color: rgb(96,2,57); }

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