Html Css Color HEX #600139 Tyrian Purple

📋 copy color: '#600139'

red 96 ◦ green 1 ◦ blue 57

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

Shades of Tyrian Purple #600139

Tints of Tyrian Purple #600139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 62.34%
G = 0.65%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#600139 (or 0x600139) is known color: Tyrian Purple. HEX triplet: 60, 01 and 39. RGB value is (96,1,57). Sum of RGB (Red+Green+Blue) = 96+1+57=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 57 (22.66% from 255 or 37.01% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #600139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600139 is #9FFEC6. Grayscale: #232323. Windows color (decimal): -10485447 or 3735904. OLE color: 3735904.

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

Color convert

RGB 96 1 57 -
CMYK 0 0.99 0.41 0.62
HSL 324.63º 0.98% 0.19% -
HSV(B) 324.63º 0.99% 0.38% -
XYZ 5.57 2.8 4.12 -
YUV 35.79 139.97 170.95 -
System Red Green Blue C M Y K H S L
Decimal 96 1 57 0 0.99 0.41 0.62 324.63 0.98 0.19
Hex 60 1 39 0 63 29 3E 145 62 13
Octal 140 1 71 0 143 51 76 505 142 23
Binary 1100000 1 111001 0 1100011 101001 111110 101000101 1100010 10011

Color Harmonies of #600139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600139

Black with #600139

Text Example


Text Example

White with #600139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600139; }

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

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

background-color css

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

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

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

border-color css

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

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

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