Html Css Color HEX #52014E Tyrian Purple

📋 copy color: '#52014E'

red 82 ◦ green 1 ◦ blue 78

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

Shades of Tyrian Purple #52014E

Tints of Tyrian Purple #52014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 50.93%
G = 0.62%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#52014E (or 0x52014E) is known color: Tyrian Purple. HEX triplet: 52, 01 and 4E. RGB value is (82,1,78). Sum of RGB (Red+Green+Blue) = 82+1+78=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #52014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52014E is #ADFEB1. Grayscale: #212121. Windows color (decimal): -11402930 or 5112146. OLE color: 5112146.

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

Color convert

RGB 82 1 78 -
CMYK 0 0.99 0.05 0.68
HSL 302.96º 0.98% 0.16% -
HSV(B) 302.96º 0.99% 0.32% -
XYZ 4.87 2.37 7.41 -
YUV 34 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 82 1 78 0 0.99 0.05 0.68 302.96 0.98 0.16
Hex 52 1 4E 0 63 5 44 12F 62 10
Octal 122 1 116 0 143 5 104 457 142 20
Binary 1010010 1 1001110 0 1100011 101 1000100 100101111 1100010 10000

Color Harmonies of #52014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52014E

Black with #52014E

Text Example


Text Example

White with #52014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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