Html Css Color HEX #52012B Tyrian Purple

📋 copy color: '#52012B'

red 82 ◦ green 1 ◦ blue 43

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

Shades of Tyrian Purple #52012B

Tints of Tyrian Purple #52012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 34.13%

R = 65.08%
G = 0.79%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#52012B (or 0x52012B) is known color: Tyrian Purple. HEX triplet: 52, 01 and 2B. RGB value is (82,1,43). Sum of RGB (Red+Green+Blue) = 82+1+43=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #52012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52012B is #ADFED4. Grayscale: #1D1D1D. Windows color (decimal): -11402965 or 2818386. OLE color: 2818386.

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

Color convert

RGB 82 1 43 -
CMYK 0 0.99 0.48 0.68
HSL 328.89º 0.98% 0.16% -
HSV(B) 328.89º 0.99% 0.32% -
XYZ 3.93 1.99 2.46 -
YUV 30.01 135.34 165.08 -
System Red Green Blue C M Y K H S L
Decimal 82 1 43 0 0.99 0.48 0.68 328.89 0.98 0.16
Hex 52 1 2B 0 63 30 44 149 62 10
Octal 122 1 53 0 143 60 104 511 142 20
Binary 1010010 1 101011 0 1100011 110000 1000100 101001001 1100010 10000

Color Harmonies of #52012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52012B

Black with #52012B

Text Example


Text Example

White with #52012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52012B; }

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

 H1.HeaderClassName
 {
   color: #52012B;
 }
 .AnyTagClassName
 {
   color: #52012B;
 }
</style>

background-color css

<style>
 a { background-color: #52012B; }

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

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

border-color css

<style>
 span { border-color: #52012B; }

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

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