Html Css Color HEX #52024C Tyrian Purple

📋 copy color: '#52024C'

red 82 ◦ green 2 ◦ blue 76

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

Shades of Tyrian Purple #52024C

Tints of Tyrian Purple #52024C

RGB

 RED value IS 82 (32.42% from 255) = 51.25%

 GREEN value IS 2 (1.17% from 255) = 1.25%

 BLUE value IS 76 (30.08% from 255) = 47.5%

R = 51.25%
G = 1.25%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#52024C (or 0x52024C) is known color: Tyrian Purple. HEX triplet: 52, 02 and 4C. RGB value is (82,2,76). Sum of RGB (Red+Green+Blue) = 82+2+76=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52024C is #ADFDB3. Grayscale: #222222. Windows color (decimal): -11402676 or 4981330. OLE color: 4981330.

HSL color Cylindrical-coordinate representation of color #52024C: hue angle of 304.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52024C is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 2 76 -
CMYK 0 0.98 0.07 0.68
HSL 304.5º 0.95% 0.16% -
HSV(B) 304.5º 0.98% 0.32% -
XYZ 4.81 2.36 7.04 -
YUV 34.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 82 2 76 0 0.98 0.07 0.68 304.5 0.95 0.16
Hex 52 2 4C 0 62 7 44 130 5F 10
Octal 122 2 114 0 142 7 104 460 137 20
Binary 1010010 10 1001100 0 1100010 111 1000100 100110000 1011111 10000

Color Harmonies of #52024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52024C

Black with #52024C

Text Example


Text Example

White with #52024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52024C; }

 p { color: rgb(82,2,76); }

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

background-color css

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

 a { background-color: rgb(82,2,76); }

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

border-color css

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

 span { border-color: rgb(82,2,76); }

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