Html Css Color HEX #600036 Tyrian Purple

📋 copy color: '#600036'

red 96 ◦ green 0 ◦ blue 54

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

Shades of Tyrian Purple #600036

Tints of Tyrian Purple #600036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64%
G = 0%
B = 36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#600036 (or 0x600036) is known color: Tyrian Purple. HEX triplet: 60, 00 and 36. RGB value is (96,0,54). Sum of RGB (Red+Green+Blue) = 96+0+54=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #600036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600036 is #9FFFC9. Grayscale: #222222. Windows color (decimal): -10485706 or 3539040. OLE color: 3539040.

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

Color convert

RGB 96 0 54 -
CMYK 0 1 0.44 0.62
HSL 326.25º 1% 0.19% -
HSV(B) 326.25º 1% 0.38% -
XYZ 5.49 2.75 3.73 -
YUV 34.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 96 0 54 0 1 0.44 0.62 326.25 1 0.19
Hex 60 0 36 0 64 2C 3E 146 64 13
Octal 140 0 66 0 144 54 76 506 144 23
Binary 1100000 0 110110 0 1100100 101100 111110 101000110 1100100 10011

Color Harmonies of #600036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600036

Black with #600036

Text Example


Text Example

White with #600036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600036; }

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

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

background-color css

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

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

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

border-color css

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

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

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