Html Css Color HEX #600852 Tyrian Purple

📋 copy color: '#600852'

red 96 ◦ green 8 ◦ blue 82

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

Shades of Tyrian Purple #600852

Tints of Tyrian Purple #600852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.3%

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

R = 51.61%
G = 4.3%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#600852 (or 0x600852) is known color: Tyrian Purple. HEX triplet: 60, 08 and 52. RGB value is (96,8,82). Sum of RGB (Red+Green+Blue) = 96+8+82=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #600852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600852 is #9FF7AD. Grayscale: #2A2A2A. Windows color (decimal): -10483630 or 5376096. OLE color: 5376096.

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

Color convert

RGB 96 8 82 -
CMYK 0 0.92 0.15 0.62
HSL 309.55º 0.85% 0.2% -
HSV(B) 309.55º 0.92% 0.38% -
XYZ 6.43 3.27 8.27 -
YUV 42.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 96 8 82 0 0.92 0.15 0.62 309.55 0.85 0.2
Hex 60 8 52 0 5C F 3E 136 55 14
Octal 140 10 122 0 134 17 76 466 125 24
Binary 1100000 1000 1010010 0 1011100 1111 111110 100110110 1010101 10100

Color Harmonies of #600852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600852

Black with #600852

Text Example


Text Example

White with #600852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600852; }

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

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

background-color css

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

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

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

border-color css

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

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

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