Html Css Color HEX #52013F Tyrian Purple

📋 copy color: '#52013F'

red 82 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #52013F

Tints of Tyrian Purple #52013F

RGB

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

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

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

R = 56.16%
G = 0.68%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#52013F (or 0x52013F) is known color: Tyrian Purple. HEX triplet: 52, 01 and 3F. RGB value is (82,1,63). Sum of RGB (Red+Green+Blue) = 82+1+63=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #52013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52013F is #ADFEC0. Grayscale: #202020. Windows color (decimal): -11402945 or 4129106. OLE color: 4129106.

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

Color convert

RGB 82 1 63 -
CMYK 0 0.99 0.23 0.68
HSL 314.07º 0.98% 0.16% -
HSV(B) 314.07º 0.99% 0.32% -
XYZ 4.39 2.17 4.89 -
YUV 32.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 82 1 63 0 0.99 0.23 0.68 314.07 0.98 0.16
Hex 52 1 3F 0 63 17 44 13A 62 10
Octal 122 1 77 0 143 27 104 472 142 20
Binary 1010010 1 111111 0 1100011 10111 1000100 100111010 1100010 10000

Color Harmonies of #52013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52013F

Black with #52013F

Text Example


Text Example

White with #52013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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