Html Css Color HEX #52093F Tyrian Purple

📋 copy color: '#52093F'

red 82 ◦ green 9 ◦ blue 63

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

Shades of Tyrian Purple #52093F

Tints of Tyrian Purple #52093F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 40.91%

R = 53.25%
G = 5.84%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#52093F (or 0x52093F) is known color: Tyrian Purple. HEX triplet: 52, 09 and 3F. RGB value is (82,9,63). Sum of RGB (Red+Green+Blue) = 82+9+63=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #52093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52093F is #ADF6C0. Grayscale: #242424. Windows color (decimal): -11400897 or 4131154. OLE color: 4131154.

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

Color convert

RGB 82 9 63 -
CMYK 0 0.89 0.23 0.68
HSL 315.62º 0.8% 0.18% -
HSV(B) 315.62º 0.89% 0.32% -
XYZ 4.47 2.35 4.92 -
YUV 36.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 82 9 63 0 0.89 0.23 0.68 315.62 0.8 0.18
Hex 52 9 3F 0 59 17 44 13C 50 12
Octal 122 11 77 0 131 27 104 474 120 22
Binary 1010010 1001 111111 0 1011001 10111 1000100 100111100 1010000 10010

Color Harmonies of #52093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52093F

Black with #52093F

Text Example


Text Example

White with #52093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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