Html Css Color HEX #52012D Tyrian Purple

📋 copy color: '#52012D'

red 82 ◦ green 1 ◦ blue 45

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

Shades of Tyrian Purple #52012D

Tints of Tyrian Purple #52012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 35.16%

R = 64.06%
G = 0.78%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#52012D (or 0x52012D) is known color: Tyrian Purple. HEX triplet: 52, 01 and 2D. RGB value is (82,1,45). Sum of RGB (Red+Green+Blue) = 82+1+45=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #52012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52012D is #ADFED2. Grayscale: #1E1E1E. Windows color (decimal): -11402963 or 2949458. OLE color: 2949458.

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

Color convert

RGB 82 1 45 -
CMYK 0 0.99 0.45 0.68
HSL 327.41º 0.98% 0.16% -
HSV(B) 327.41º 0.99% 0.32% -
XYZ 3.96 2.01 2.66 -
YUV 30.24 136.34 164.92 -
System Red Green Blue C M Y K H S L
Decimal 82 1 45 0 0.99 0.45 0.68 327.41 0.98 0.16
Hex 52 1 2D 0 63 2D 44 147 62 10
Octal 122 1 55 0 143 55 104 507 142 20
Binary 1010010 1 101101 0 1100011 101101 1000100 101000111 1100010 10000

Color Harmonies of #52012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52012D

Black with #52012D

Text Example


Text Example

White with #52012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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