Html Css Color HEX #52024D Tyrian Purple

📋 copy color: '#52024D'

red 82 ◦ green 2 ◦ blue 77

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

Shades of Tyrian Purple #52024D

Tints of Tyrian Purple #52024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 47.83%

R = 50.93%
G = 1.24%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#52024D (or 0x52024D) is known color: Tyrian Purple. HEX triplet: 52, 02 and 4D. RGB value is (82,2,77). Sum of RGB (Red+Green+Blue) = 82+2+77=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #52024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52024D is #ADFDB2. Grayscale: #222222. Windows color (decimal): -11402675 or 5046866. OLE color: 5046866.

HSL color Cylindrical-coordinate representation of color #52024D: hue angle of 303.75º 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 #52024D is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 2 77 -
CMYK 0 0.98 0.06 0.68
HSL 303.75º 0.95% 0.16% -
HSV(B) 303.75º 0.98% 0.32% -
XYZ 4.84 2.37 7.22 -
YUV 34.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 82 2 77 0 0.98 0.06 0.68 303.75 0.95 0.16
Hex 52 2 4D 0 62 6 44 130 5F 10
Octal 122 2 115 0 142 6 104 460 137 20
Binary 1010010 10 1001101 0 1100010 110 1000100 100110000 1011111 10000

Color Harmonies of #52024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52024D

Black with #52024D

Text Example


Text Example

White with #52024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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