Html Css Color HEX #600533 Tyrian Purple

📋 copy color: '#600533'

red 96 ◦ green 5 ◦ blue 51

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

Shades of Tyrian Purple #600533

Tints of Tyrian Purple #600533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

 BLUE value IS 51 (20.31% from 255) = 33.55%

R = 63.16%
G = 3.29%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#600533 (or 0x600533) is known color: Tyrian Purple. HEX triplet: 60, 05 and 33. RGB value is (96,5,51). Sum of RGB (Red+Green+Blue) = 96+5+51=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #600533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600533 is #9FFACC. Grayscale: #252525. Windows color (decimal): -10484429 or 3343712. OLE color: 3343712.

HSL color Cylindrical-coordinate representation of color #600533: hue angle of 329.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600533 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 5 51 -
CMYK 0 0.95 0.47 0.62
HSL 329.67º 0.9% 0.2% -
HSV(B) 329.67º 0.95% 0.38% -
XYZ 5.48 2.83 3.39 -
YUV 37.45 135.65 169.76 -
System Red Green Blue C M Y K H S L
Decimal 96 5 51 0 0.95 0.47 0.62 329.67 0.9 0.2
Hex 60 5 33 0 5F 2F 3E 14A 5A 14
Octal 140 5 63 0 137 57 76 512 132 24
Binary 1100000 101 110011 0 1011111 101111 111110 101001010 1011010 10100

Color Harmonies of #600533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600533

Black with #600533

Text Example


Text Example

White with #600533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600533; }

 p { color: rgb(96,5,51); }

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

background-color css

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

 a { background-color: rgb(96,5,51); }

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

border-color css

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

 span { border-color: rgb(96,5,51); }

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