Html Css Color HEX #52032F Tyrian Purple

📋 copy color: '#52032F'

red 82 ◦ green 3 ◦ blue 47

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

Shades of Tyrian Purple #52032F

Tints of Tyrian Purple #52032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

 BLUE value IS 47 (18.75% from 255) = 35.61%

R = 62.12%
G = 2.27%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#52032F (or 0x52032F) is known color: Tyrian Purple. HEX triplet: 52, 03 and 2F. RGB value is (82,3,47). Sum of RGB (Red+Green+Blue) = 82+3+47=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #52032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52032F is #ADFCD0. Grayscale: #1F1F1F. Windows color (decimal): -11402449 or 3081042. OLE color: 3081042.

HSL color Cylindrical-coordinate representation of color #52032F: hue angle of 326.58º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52032F is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 3 47 -
CMYK 0 0.96 0.43 0.68
HSL 326.58º 0.93% 0.17% -
HSV(B) 326.58º 0.96% 0.32% -
XYZ 4.03 2.06 2.88 -
YUV 31.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 82 3 47 0 0.96 0.43 0.68 326.58 0.93 0.17
Hex 52 3 2F 0 60 2B 44 147 5D 11
Octal 122 3 57 0 140 53 104 507 135 21
Binary 1010010 11 101111 0 1100000 101011 1000100 101000111 1011101 10001

Color Harmonies of #52032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52032F

Black with #52032F

Text Example


Text Example

White with #52032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,3,47); }

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

background-color css

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

 a { background-color: rgb(82,3,47); }

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

border-color css

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

 span { border-color: rgb(82,3,47); }

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