Html Css Color HEX #52044D Tyrian Purple

📋 copy color: '#52044D'

red 82 ◦ green 4 ◦ blue 77

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

Shades of Tyrian Purple #52044D

Tints of Tyrian Purple #52044D

RGB

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

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

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

R = 50.31%
G = 2.45%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#52044D (or 0x52044D) is known color: Tyrian Purple. HEX triplet: 52, 04 and 4D. RGB value is (82,4,77). Sum of RGB (Red+Green+Blue) = 82+4+77=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #52044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52044D is #ADFBB2. Grayscale: #232323. Windows color (decimal): -11402163 or 5047378. OLE color: 5047378.

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

Color convert

RGB 82 4 77 -
CMYK 0 0.95 0.06 0.68
HSL 303.85º 0.91% 0.17% -
HSV(B) 303.85º 0.95% 0.32% -
XYZ 4.86 2.42 7.23 -
YUV 35.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 82 4 77 0 0.95 0.06 0.68 303.85 0.91 0.17
Hex 52 4 4D 0 5F 6 44 130 5B 11
Octal 122 4 115 0 137 6 104 460 133 21
Binary 1010010 100 1001101 0 1011111 110 1000100 100110000 1011011 10001

Color Harmonies of #52044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52044D

Black with #52044D

Text Example


Text Example

White with #52044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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