Html Css Color HEX #52094A Tyrian Purple

📋 copy color: '#52094A'

red 82 ◦ green 9 ◦ blue 74

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

Shades of Tyrian Purple #52094A

Tints of Tyrian Purple #52094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.45%

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

R = 49.7%
G = 5.45%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52094A (or 0x52094A) is known color: Tyrian Purple. HEX triplet: 52, 09 and 4A. RGB value is (82,9,74). Sum of RGB (Red+Green+Blue) = 82+9+74=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #52094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52094A is #ADF6B5. Grayscale: #262626. Windows color (decimal): -11400886 or 4852050. OLE color: 4852050.

HSL color Cylindrical-coordinate representation of color #52094A: hue angle of 306.58º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52094A is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 9 74 -
CMYK 0 0.89 0.10 0.68
HSL 306.58º 0.8% 0.18% -
HSV(B) 306.58º 0.89% 0.32% -
XYZ 4.81 2.48 6.7 -
YUV 38.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 82 9 74 0 0.89 0.10 0.68 306.58 0.8 0.18
Hex 52 9 4A 0 59 A 44 133 50 12
Octal 122 11 112 0 131 12 104 463 120 22
Binary 1010010 1001 1001010 0 1011001 1010 1000100 100110011 1010000 10010

Color Harmonies of #52094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52094A

Black with #52094A

Text Example


Text Example

White with #52094A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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