Html Css Color HEX #600136 Tyrian Purple

📋 copy color: '#600136'

red 96 ◦ green 1 ◦ blue 54

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

Shades of Tyrian Purple #600136

Tints of Tyrian Purple #600136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 35.76%

R = 63.58%
G = 0.66%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#600136 (or 0x600136) is known color: Tyrian Purple. HEX triplet: 60, 01 and 36. RGB value is (96,1,54). Sum of RGB (Red+Green+Blue) = 96+1+54=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #600136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600136 is #9FFEC9. Grayscale: #232323. Windows color (decimal): -10485450 or 3539296. OLE color: 3539296.

HSL color Cylindrical-coordinate representation of color #600136: hue angle of 326.53º 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 #600136 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 1 54 -
CMYK 0 0.99 0.44 0.62
HSL 326.53º 0.98% 0.19% -
HSV(B) 326.53º 0.99% 0.38% -
XYZ 5.5 2.77 3.74 -
YUV 35.45 138.47 171.19 -
System Red Green Blue C M Y K H S L
Decimal 96 1 54 0 0.99 0.44 0.62 326.53 0.98 0.19
Hex 60 1 36 0 63 2C 3E 147 62 13
Octal 140 1 66 0 143 54 76 507 142 23
Binary 1100000 1 110110 0 1100011 101100 111110 101000111 1100010 10011

Color Harmonies of #600136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600136

Black with #600136

Text Example


Text Example

White with #600136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600136; }

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

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

background-color css

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

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

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

border-color css

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

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

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