Html Css Color HEX #52032D Tyrian Purple

📋 copy color: '#52032D'

red 82 ◦ green 3 ◦ blue 45

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

Shades of Tyrian Purple #52032D

Tints of Tyrian Purple #52032D

RGB

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

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

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

R = 63.08%
G = 2.31%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#52032D (or 0x52032D) is known color: Tyrian Purple. HEX triplet: 52, 03 and 2D. RGB value is (82,3,45). Sum of RGB (Red+Green+Blue) = 82+3+45=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #52032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52032D is #ADFCD2. Grayscale: #1F1F1F. Windows color (decimal): -11402451 or 2949970. OLE color: 2949970.

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

Color convert

RGB 82 3 45 -
CMYK 0 0.96 0.45 0.68
HSL 328.1º 0.93% 0.17% -
HSV(B) 328.1º 0.96% 0.32% -
XYZ 3.99 2.05 2.67 -
YUV 31.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 82 3 45 0 0.96 0.45 0.68 328.1 0.93 0.17
Hex 52 3 2D 0 60 2D 44 148 5D 11
Octal 122 3 55 0 140 55 104 510 135 21
Binary 1010010 11 101101 0 1100000 101101 1000100 101001000 1011101 10001

Color Harmonies of #52032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52032D

Black with #52032D

Text Example


Text Example

White with #52032D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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