Html Css Color HEX #52013D Tyrian Purple

📋 copy color: '#52013D'

red 82 ◦ green 1 ◦ blue 61

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

Shades of Tyrian Purple #52013D

Tints of Tyrian Purple #52013D

RGB

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

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

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

R = 56.94%
G = 0.69%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#52013D (or 0x52013D) is known color: Tyrian Purple. HEX triplet: 52, 01 and 3D. RGB value is (82,1,61). Sum of RGB (Red+Green+Blue) = 82+1+61=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #52013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52013D is #ADFEC2. Grayscale: #1F1F1F. Windows color (decimal): -11402947 or 3998034. OLE color: 3998034.

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

Color convert

RGB 82 1 61 -
CMYK 0 0.99 0.26 0.68
HSL 315.56º 0.98% 0.16% -
HSV(B) 315.56º 0.99% 0.32% -
XYZ 4.33 2.15 4.6 -
YUV 32.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 82 1 61 0 0.99 0.26 0.68 315.56 0.98 0.16
Hex 52 1 3D 0 63 1A 44 13C 62 10
Octal 122 1 75 0 143 32 104 474 142 20
Binary 1010010 1 111101 0 1100011 11010 1000100 100111100 1100010 10000

Color Harmonies of #52013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52013D

Black with #52013D

Text Example


Text Example

White with #52013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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