Html Css Color HEX #52084E Tyrian Purple

📋 copy color: '#52084E'

red 82 ◦ green 8 ◦ blue 78

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

Shades of Tyrian Purple #52084E

Tints of Tyrian Purple #52084E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.76%

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

R = 48.81%
G = 4.76%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#52084E (or 0x52084E) is known color: Tyrian Purple. HEX triplet: 52, 08 and 4E. RGB value is (82,8,78). Sum of RGB (Red+Green+Blue) = 82+8+78=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #52084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52084E is #ADF7B1. Grayscale: #252525. Windows color (decimal): -11401138 or 5113938. OLE color: 5113938.

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

Color convert

RGB 82 8 78 -
CMYK 0 0.90 0.05 0.68
HSL 303.24º 0.82% 0.18% -
HSV(B) 303.24º 0.9% 0.32% -
XYZ 4.94 2.52 7.43 -
YUV 38.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 82 8 78 0 0.90 0.05 0.68 303.24 0.82 0.18
Hex 52 8 4E 0 5A 5 44 12F 52 12
Octal 122 10 116 0 132 5 104 457 122 22
Binary 1010010 1000 1001110 0 1011010 101 1000100 100101111 1010010 10010

Color Harmonies of #52084E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52084E

Black with #52084E

Text Example


Text Example

White with #52084E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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