Html Css Color HEX #600352 Tyrian Purple

📋 copy color: '#600352'

red 96 ◦ green 3 ◦ blue 82

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

Shades of Tyrian Purple #600352

Tints of Tyrian Purple #600352

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.66%

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

R = 53.04%
G = 1.66%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#600352 (or 0x600352) is known color: Tyrian Purple. HEX triplet: 60, 03 and 52. RGB value is (96,3,82). Sum of RGB (Red+Green+Blue) = 96+3+82=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #600352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600352 is #9FFCAD. Grayscale: #272727. Windows color (decimal): -10484910 or 5374816. OLE color: 5374816.

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

Color convert

RGB 96 3 82 -
CMYK 0 0.97 0.15 0.62
HSL 309.03º 0.94% 0.19% -
HSV(B) 309.03º 0.97% 0.38% -
XYZ 6.38 3.16 8.26 -
YUV 39.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 96 3 82 0 0.97 0.15 0.62 309.03 0.94 0.19
Hex 60 3 52 0 61 F 3E 135 5E 13
Octal 140 3 122 0 141 17 76 465 136 23
Binary 1100000 11 1010010 0 1100001 1111 111110 100110101 1011110 10011

Color Harmonies of #600352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600352

Black with #600352

Text Example


Text Example

White with #600352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600352; }

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

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

background-color css

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

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

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

border-color css

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

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

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