Html Css Color HEX #52084D Tyrian Purple

📋 copy color: '#52084D'

red 82 ◦ green 8 ◦ blue 77

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

Shades of Tyrian Purple #52084D

Tints of Tyrian Purple #52084D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 46.11%

R = 49.1%
G = 4.79%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#52084D (or 0x52084D) is known color: Tyrian Purple. HEX triplet: 52, 08 and 4D. RGB value is (82,8,77). Sum of RGB (Red+Green+Blue) = 82+8+77=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52084D is #ADF7B2. Grayscale: #252525. Windows color (decimal): -11401139 or 5048402. OLE color: 5048402.

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

Color convert

RGB 82 8 77 -
CMYK 0 0.90 0.06 0.68
HSL 304.05º 0.82% 0.18% -
HSV(B) 304.05º 0.9% 0.32% -
XYZ 4.91 2.5 7.25 -
YUV 37.99 150.02 159.39 -
System Red Green Blue C M Y K H S L
Decimal 82 8 77 0 0.90 0.06 0.68 304.05 0.82 0.18
Hex 52 8 4D 0 5A 6 44 130 52 12
Octal 122 10 115 0 132 6 104 460 122 22
Binary 1010010 1000 1001101 0 1011010 110 1000100 100110000 1010010 10010

Color Harmonies of #52084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52084D

Black with #52084D

Text Example


Text Example

White with #52084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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