Html Css Color HEX #52012E Tyrian Purple

📋 copy color: '#52012E'

red 82 ◦ green 1 ◦ blue 46

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

Shades of Tyrian Purple #52012E

Tints of Tyrian Purple #52012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 35.66%

R = 63.57%
G = 0.78%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#52012E (or 0x52012E) is known color: Tyrian Purple. HEX triplet: 52, 01 and 2E. RGB value is (82,1,46). Sum of RGB (Red+Green+Blue) = 82+1+46=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #52012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52012E is #ADFED1. Grayscale: #1E1E1E. Windows color (decimal): -11402962 or 3014994. OLE color: 3014994.

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

Color convert

RGB 82 1 46 -
CMYK 0 0.99 0.44 0.68
HSL 326.67º 0.98% 0.16% -
HSV(B) 326.67º 0.99% 0.32% -
XYZ 3.98 2.01 2.76 -
YUV 30.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 82 1 46 0 0.99 0.44 0.68 326.67 0.98 0.16
Hex 52 1 2E 0 63 2C 44 147 62 10
Octal 122 1 56 0 143 54 104 507 142 20
Binary 1010010 1 101110 0 1100011 101100 1000100 101000111 1100010 10000

Color Harmonies of #52012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52012E

Black with #52012E

Text Example


Text Example

White with #52012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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