Html Css Color HEX #52084A Tyrian Purple

📋 copy color: '#52084A'

red 82 ◦ green 8 ◦ blue 74

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

Shades of Tyrian Purple #52084A

Tints of Tyrian Purple #52084A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 45.12%

R = 50%
G = 4.88%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52084A (or 0x52084A) is known color: Tyrian Purple. HEX triplet: 52, 08 and 4A. RGB value is (82,8,74). Sum of RGB (Red+Green+Blue) = 82+8+74=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #52084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52084A is #ADF7B5. Grayscale: #252525. Windows color (decimal): -11401142 or 4851794. OLE color: 4851794.

HSL color Cylindrical-coordinate representation of color #52084A: hue angle of 306.49º 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 #52084A is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 8 74 -
CMYK 0 0.90 0.10 0.68
HSL 306.49º 0.82% 0.18% -
HSV(B) 306.49º 0.9% 0.32% -
XYZ 4.8 2.46 6.7 -
YUV 37.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 82 8 74 0 0.90 0.10 0.68 306.49 0.82 0.18
Hex 52 8 4A 0 5A A 44 132 52 12
Octal 122 10 112 0 132 12 104 462 122 22
Binary 1010010 1000 1001010 0 1011010 1010 1000100 100110010 1010010 10010

Color Harmonies of #52084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52084A

Black with #52084A

Text Example


Text Example

White with #52084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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