Html Css Color HEX #52044A Tyrian Purple

📋 copy color: '#52044A'

red 82 ◦ green 4 ◦ blue 74

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

Shades of Tyrian Purple #52044A

Tints of Tyrian Purple #52044A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 46.25%

R = 51.25%
G = 2.5%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52044A (or 0x52044A) is known color: Tyrian Purple. HEX triplet: 52, 04 and 4A. RGB value is (82,4,74). Sum of RGB (Red+Green+Blue) = 82+4+74=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52044A is #ADFBB5. Grayscale: #232323. Windows color (decimal): -11402166 or 4850770. OLE color: 4850770.

HSL color Cylindrical-coordinate representation of color #52044A: hue angle of 306.15º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52044A is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 4 74 -
CMYK 0 0.95 0.10 0.68
HSL 306.15º 0.91% 0.17% -
HSV(B) 306.15º 0.95% 0.32% -
XYZ 4.76 2.38 6.69 -
YUV 35.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 82 4 74 0 0.95 0.10 0.68 306.15 0.91 0.17
Hex 52 4 4A 0 5F A 44 132 5B 11
Octal 122 4 112 0 137 12 104 462 133 21
Binary 1010010 100 1001010 0 1011111 1010 1000100 100110010 1011011 10001

Color Harmonies of #52044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52044A

Black with #52044A

Text Example


Text Example

White with #52044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52044A; }

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

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

background-color css

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

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

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

border-color css

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

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

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