Html Css Color HEX #600552 Tyrian Purple

📋 copy color: '#600552'

red 96 ◦ green 5 ◦ blue 82

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

Shades of Tyrian Purple #600552

Tints of Tyrian Purple #600552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 44.81%

R = 52.46%
G = 2.73%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#600552 (or 0x600552) is known color: Tyrian Purple. HEX triplet: 60, 05 and 52. RGB value is (96,5,82). Sum of RGB (Red+Green+Blue) = 96+5+82=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #600552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600552 is #9FFAAD. Grayscale: #282828. Windows color (decimal): -10484398 or 5375328. OLE color: 5375328.

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

Color convert

RGB 96 5 82 -
CMYK 0 0.95 0.15 0.62
HSL 309.23º 0.9% 0.2% -
HSV(B) 309.23º 0.95% 0.38% -
XYZ 6.4 3.2 8.26 -
YUV 40.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 96 5 82 0 0.95 0.15 0.62 309.23 0.9 0.2
Hex 60 5 52 0 5F F 3E 135 5A 14
Octal 140 5 122 0 137 17 76 465 132 24
Binary 1100000 101 1010010 0 1011111 1111 111110 100110101 1011010 10100

Color Harmonies of #600552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600552

Black with #600552

Text Example


Text Example

White with #600552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600552; }

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

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

background-color css

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

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

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

border-color css

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

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

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