Html Css Color HEX #52044B Tyrian Purple

📋 copy color: '#52044B'

red 82 ◦ green 4 ◦ blue 75

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

Shades of Tyrian Purple #52044B

Tints of Tyrian Purple #52044B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 46.58%

R = 50.93%
G = 2.48%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#52044B (or 0x52044B) is known color: Tyrian Purple. HEX triplet: 52, 04 and 4B. RGB value is (82,4,75). Sum of RGB (Red+Green+Blue) = 82+4+75=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #52044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52044B is #ADFBB4. Grayscale: #232323. Windows color (decimal): -11402165 or 4916306. OLE color: 4916306.

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

Color convert

RGB 82 4 75 -
CMYK 0 0.95 0.09 0.68
HSL 305.38º 0.91% 0.17% -
HSV(B) 305.38º 0.95% 0.32% -
XYZ 4.79 2.39 6.87 -
YUV 35.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 82 4 75 0 0.95 0.09 0.68 305.38 0.91 0.17
Hex 52 4 4B 0 5F 9 44 131 5B 11
Octal 122 4 113 0 137 11 104 461 133 21
Binary 1010010 100 1001011 0 1011111 1001 1000100 100110001 1011011 10001

Color Harmonies of #52044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52044B

Black with #52044B

Text Example


Text Example

White with #52044B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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