Html Css Color HEX #52093D Tyrian Purple

📋 copy color: '#52093D'

red 82 ◦ green 9 ◦ blue 61

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

Shades of Tyrian Purple #52093D

Tints of Tyrian Purple #52093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.13%

R = 53.95%
G = 5.92%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#52093D (or 0x52093D) is known color: Tyrian Purple. HEX triplet: 52, 09 and 3D. RGB value is (82,9,61). Sum of RGB (Red+Green+Blue) = 82+9+61=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #52093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52093D is #ADF6C2. Grayscale: #242424. Windows color (decimal): -11400899 or 4000082. OLE color: 4000082.

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

Color convert

RGB 82 9 61 -
CMYK 0 0.89 0.26 0.68
HSL 317.26º 0.8% 0.18% -
HSV(B) 317.26º 0.89% 0.32% -
XYZ 4.42 2.33 4.63 -
YUV 36.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 82 9 61 0 0.89 0.26 0.68 317.26 0.8 0.18
Hex 52 9 3D 0 59 1A 44 13D 50 12
Octal 122 11 75 0 131 32 104 475 120 22
Binary 1010010 1001 111101 0 1011001 11010 1000100 100111101 1010000 10010

Color Harmonies of #52093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52093D

Black with #52093D

Text Example


Text Example

White with #52093D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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