Html Css Color HEX #600528 Tyrian Purple

📋 copy color: '#600528'

red 96 ◦ green 5 ◦ blue 40

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

Shades of Tyrian Purple #600528

Tints of Tyrian Purple #600528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.37%

R = 68.09%
G = 3.55%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#600528 (or 0x600528) is known color: Tyrian Purple. HEX triplet: 60, 05 and 28. RGB value is (96,5,40). Sum of RGB (Red+Green+Blue) = 96+5+40=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #600528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600528 is #9FFAD7. Grayscale: #242424. Windows color (decimal): -10484440 or 2622816. OLE color: 2622816.

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

Color convert

RGB 96 5 40 -
CMYK 0 0.95 0.58 0.62
HSL 336.92º 0.9% 0.2% -
HSV(B) 336.92º 0.95% 0.38% -
XYZ 5.26 2.75 2.26 -
YUV 36.2 130.15 170.65 -
System Red Green Blue C M Y K H S L
Decimal 96 5 40 0 0.95 0.58 0.62 336.92 0.9 0.2
Hex 60 5 28 0 5F 3A 3E 151 5A 14
Octal 140 5 50 0 137 72 76 521 132 24
Binary 1100000 101 101000 0 1011111 111010 111110 101010001 1011010 10100

Color Harmonies of #600528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600528

Black with #600528

Text Example


Text Example

White with #600528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600528; }

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

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

background-color css

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

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

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

border-color css

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

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

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