Html Css Color HEX #52083E Tyrian Purple

📋 copy color: '#52083E'

red 82 ◦ green 8 ◦ blue 62

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

Shades of Tyrian Purple #52083E

Tints of Tyrian Purple #52083E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.26%

 BLUE value IS 62 (24.61% from 255) = 40.79%

R = 53.95%
G = 5.26%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#52083E (or 0x52083E) is known color: Tyrian Purple. HEX triplet: 52, 08 and 3E. RGB value is (82,8,62). Sum of RGB (Red+Green+Blue) = 82+8+62=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #52083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52083E is #ADF7C1. Grayscale: #242424. Windows color (decimal): -11401154 or 4065362. OLE color: 4065362.

HSL color Cylindrical-coordinate representation of color #52083E: hue angle of 316.22º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52083E is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 8 62 -
CMYK 0 0.90 0.24 0.68
HSL 316.22º 0.82% 0.18% -
HSV(B) 316.22º 0.9% 0.32% -
XYZ 4.44 2.32 4.77 -
YUV 36.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 82 8 62 0 0.90 0.24 0.68 316.22 0.82 0.18
Hex 52 8 3E 0 5A 18 44 13C 52 12
Octal 122 10 76 0 132 30 104 474 122 22
Binary 1010010 1000 111110 0 1011010 11000 1000100 100111100 1010010 10010

Color Harmonies of #52083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52083E

Black with #52083E

Text Example


Text Example

White with #52083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52083E; }

 p { color: rgb(82,8,62); }

 H1.HeaderClassName
 {
   color: #52083E;
 }
 .AnyTagClassName
 {
   color: #52083E;
 }
</style>

background-color css

<style>
 a { background-color: #52083E; }

 a { background-color: rgb(82,8,62); }

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

border-color css

<style>
 span { border-color: #52083E; }

 span { border-color: rgb(82,8,62); }

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