Html Css Color HEX #52024F Tyrian Purple

📋 copy color: '#52024F'

red 82 ◦ green 2 ◦ blue 79

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

Shades of Tyrian Purple #52024F

Tints of Tyrian Purple #52024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 48.47%

R = 50.31%
G = 1.23%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#52024F (or 0x52024F) is known color: Tyrian Purple. HEX triplet: 52, 02 and 4F. RGB value is (82,2,79). Sum of RGB (Red+Green+Blue) = 82+2+79=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 79 (31.25% from 255 or 48.47% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #52024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52024F is #ADFDB0. Grayscale: #222222. Windows color (decimal): -11402673 or 5177938. OLE color: 5177938.

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

Color convert

RGB 82 2 79 -
CMYK 0 0.98 0.04 0.68
HSL 302.25º 0.95% 0.16% -
HSV(B) 302.25º 0.98% 0.32% -
XYZ 4.91 2.4 7.6 -
YUV 34.7 153 161.74 -
System Red Green Blue C M Y K H S L
Decimal 82 2 79 0 0.98 0.04 0.68 302.25 0.95 0.16
Hex 52 2 4F 0 62 4 44 12E 5F 10
Octal 122 2 117 0 142 4 104 456 137 20
Binary 1010010 10 1001111 0 1100010 100 1000100 100101110 1011111 10000

Color Harmonies of #52024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52024F

Black with #52024F

Text Example


Text Example

White with #52024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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