Html Css Color HEX #52084B Tyrian Purple

📋 copy color: '#52084B'

red 82 ◦ green 8 ◦ blue 75

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

Shades of Tyrian Purple #52084B

Tints of Tyrian Purple #52084B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 45.45%

R = 49.7%
G = 4.85%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#52084B (or 0x52084B) is known color: Tyrian Purple. HEX triplet: 52, 08 and 4B. RGB value is (82,8,75). Sum of RGB (Red+Green+Blue) = 82+8+75=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #52084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52084B is #ADF7B4. Grayscale: #252525. Windows color (decimal): -11401141 or 4917330. OLE color: 4917330.

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

Color convert

RGB 82 8 75 -
CMYK 0 0.90 0.09 0.68
HSL 305.68º 0.82% 0.18% -
HSV(B) 305.68º 0.9% 0.32% -
XYZ 4.84 2.48 6.88 -
YUV 37.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 82 8 75 0 0.90 0.09 0.68 305.68 0.82 0.18
Hex 52 8 4B 0 5A 9 44 132 52 12
Octal 122 10 113 0 132 11 104 462 122 22
Binary 1010010 1000 1001011 0 1011010 1001 1000100 100110010 1010010 10010

Color Harmonies of #52084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52084B

Black with #52084B

Text Example


Text Example

White with #52084B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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