Html Css Color HEX #52093C Tyrian Purple

📋 copy color: '#52093C'

red 82 ◦ green 9 ◦ blue 60

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

Shades of Tyrian Purple #52093C

Tints of Tyrian Purple #52093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 39.74%

R = 54.3%
G = 5.96%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#52093C (or 0x52093C) is known color: Tyrian Purple. HEX triplet: 52, 09 and 3C. RGB value is (82,9,60). Sum of RGB (Red+Green+Blue) = 82+9+60=151 (20% of max value = 765). Red value is 82 (32.42% from 255 or 54.30% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 82 - color contains mainly: red. Hex color #52093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52093C is #ADF6C3. Grayscale: #242424. Windows color (decimal): -11400900 or 3934546. OLE color: 3934546.

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

Color convert

RGB 82 9 60 -
CMYK 0 0.89 0.27 0.68
HSL 318.08º 0.8% 0.18% -
HSV(B) 318.08º 0.89% 0.32% -
XYZ 4.39 2.32 4.49 -
YUV 36.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 82 9 60 0 0.89 0.27 0.68 318.08 0.8 0.18
Hex 52 9 3C 0 59 1B 44 13E 50 12
Octal 122 11 74 0 131 33 104 476 120 22
Binary 1010010 1001 111100 0 1011001 11011 1000100 100111110 1010000 10010

Color Harmonies of #52093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52093C

Black with #52093C

Text Example


Text Example

White with #52093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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