Html Css Color HEX #600452 Tyrian Purple

📋 copy color: '#600452'

red 96 ◦ green 4 ◦ blue 82

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

Shades of Tyrian Purple #600452

Tints of Tyrian Purple #600452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.2%

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

R = 52.75%
G = 2.2%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#600452 (or 0x600452) is known color: Tyrian Purple. HEX triplet: 60, 04 and 52. RGB value is (96,4,82). Sum of RGB (Red+Green+Blue) = 96+4+82=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #600452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600452 is #9FFBAD. Grayscale: #282828. Windows color (decimal): -10484654 or 5375072. OLE color: 5375072.

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

Color convert

RGB 96 4 82 -
CMYK 0 0.96 0.15 0.62
HSL 309.13º 0.92% 0.2% -
HSV(B) 309.13º 0.96% 0.38% -
XYZ 6.39 3.18 8.26 -
YUV 40.4 151.48 167.66 -
System Red Green Blue C M Y K H S L
Decimal 96 4 82 0 0.96 0.15 0.62 309.13 0.92 0.2
Hex 60 4 52 0 60 F 3E 135 5C 14
Octal 140 4 122 0 140 17 76 465 134 24
Binary 1100000 100 1010010 0 1100000 1111 111110 100110101 1011100 10100

Color Harmonies of #600452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600452

Black with #600452

Text Example


Text Example

White with #600452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600452; }

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

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

background-color css

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

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

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

border-color css

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

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

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