Html Css Color HEX #52094C Tyrian Purple

📋 copy color: '#52094C'

red 82 ◦ green 9 ◦ blue 76

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

Shades of Tyrian Purple #52094C

Tints of Tyrian Purple #52094C

RGB

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

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

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

R = 49.1%
G = 5.39%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#52094C (or 0x52094C) is known color: Tyrian Purple. HEX triplet: 52, 09 and 4C. RGB value is (82,9,76). Sum of RGB (Red+Green+Blue) = 82+9+76=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52094C is #ADF6B3. Grayscale: #262626. Windows color (decimal): -11400884 or 4983122. OLE color: 4983122.

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

Color convert

RGB 82 9 76 -
CMYK 0 0.89 0.07 0.68
HSL 304.93º 0.8% 0.18% -
HSV(B) 304.93º 0.89% 0.32% -
XYZ 4.88 2.51 7.06 -
YUV 38.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 82 9 76 0 0.89 0.07 0.68 304.93 0.8 0.18
Hex 52 9 4C 0 59 7 44 131 50 12
Octal 122 11 114 0 131 7 104 461 120 22
Binary 1010010 1001 1001100 0 1011001 111 1000100 100110001 1010000 10010

Color Harmonies of #52094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52094C

Black with #52094C

Text Example


Text Example

White with #52094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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