Html Css Color HEX #52084C Tyrian Purple

📋 copy color: '#52084C'

red 82 ◦ green 8 ◦ blue 76

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

Shades of Tyrian Purple #52084C

Tints of Tyrian Purple #52084C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 45.78%

R = 49.4%
G = 4.82%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#52084C (or 0x52084C) is known color: Tyrian Purple. HEX triplet: 52, 08 and 4C. RGB value is (82,8,76). Sum of RGB (Red+Green+Blue) = 82+8+76=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #52084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52084C is #ADF7B3. Grayscale: #252525. Windows color (decimal): -11401140 or 4982866. OLE color: 4982866.

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

Color convert

RGB 82 8 76 -
CMYK 0 0.90 0.07 0.68
HSL 304.86º 0.82% 0.18% -
HSV(B) 304.86º 0.9% 0.32% -
XYZ 4.87 2.49 7.06 -
YUV 37.88 149.52 159.47 -
System Red Green Blue C M Y K H S L
Decimal 82 8 76 0 0.90 0.07 0.68 304.86 0.82 0.18
Hex 52 8 4C 0 5A 7 44 131 52 12
Octal 122 10 114 0 132 7 104 461 122 22
Binary 1010010 1000 1001100 0 1011010 111 1000100 100110001 1010010 10010

Color Harmonies of #52084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52084C

Black with #52084C

Text Example


Text Example

White with #52084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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