Html Css Color HEX #52013E Tyrian Purple

📋 copy color: '#52013E'

red 82 ◦ green 1 ◦ blue 62

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

Shades of Tyrian Purple #52013E

Tints of Tyrian Purple #52013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

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

R = 56.55%
G = 0.69%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#52013E (or 0x52013E) is known color: Tyrian Purple. HEX triplet: 52, 01 and 3E. RGB value is (82,1,62). Sum of RGB (Red+Green+Blue) = 82+1+62=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #52013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52013E is #ADFEC1. Grayscale: #202020. Windows color (decimal): -11402946 or 4063570. OLE color: 4063570.

HSL color Cylindrical-coordinate representation of color #52013E: hue angle of 314.81º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52013E is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 1 62 -
CMYK 0 0.99 0.24 0.68
HSL 314.81º 0.98% 0.16% -
HSV(B) 314.81º 0.99% 0.32% -
XYZ 4.36 2.16 4.75 -
YUV 32.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 82 1 62 0 0.99 0.24 0.68 314.81 0.98 0.16
Hex 52 1 3E 0 63 18 44 13B 62 10
Octal 122 1 76 0 143 30 104 473 142 20
Binary 1010010 1 111110 0 1100011 11000 1000100 100111011 1100010 10000

Color Harmonies of #52013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52013E

Black with #52013E

Text Example


Text Example

White with #52013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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