Html Css Color HEX #52004E Tyrian Purple

📋 copy color: '#52004E'

red 82 ◦ green 0 ◦ blue 78

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

Shades of Tyrian Purple #52004E

Tints of Tyrian Purple #52004E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 78 (30.86% from 255) = 48.75%

R = 51.25%
G = 0%
B = 48.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#52004E (or 0x52004E) is known color: Tyrian Purple. HEX triplet: 52, 00 and 4E. RGB value is (82,0,78). Sum of RGB (Red+Green+Blue) = 82+0+78=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #52004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52004E is #ADFFB1. Grayscale: #212121. Windows color (decimal): -11403186 or 5111890. OLE color: 5111890.

HSL color Cylindrical-coordinate representation of color #52004E: hue angle of 302.93º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52004E is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 0 78 -
CMYK 0 1 0.05 0.68
HSL 302.93º 1% 0.16% -
HSV(B) 302.93º 1% 0.32% -
XYZ 4.85 2.34 7.4 -
YUV 33.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 82 0 78 0 1 0.05 0.68 302.93 1 0.16
Hex 52 0 4E 0 64 5 44 12F 64 10
Octal 122 0 116 0 144 5 104 457 144 20
Binary 1010010 0 1001110 0 1100100 101 1000100 100101111 1100100 10000

Color Harmonies of #52004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52004E

Black with #52004E

Text Example


Text Example

White with #52004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52004E; }

 p { color: rgb(82,0,78); }

 H1.HeaderClassName
 {
   color: #52004E;
 }
 .AnyTagClassName
 {
   color: #52004E;
 }
</style>

background-color css

<style>
 a { background-color: #52004E; }

 a { background-color: rgb(82,0,78); }

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

border-color css

<style>
 span { border-color: #52004E; }

 span { border-color: rgb(82,0,78); }

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