Html Css Color HEX #52033F Tyrian Purple

📋 copy color: '#52033F'

red 82 ◦ green 3 ◦ blue 63

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

Shades of Tyrian Purple #52033F

Tints of Tyrian Purple #52033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 42.57%

R = 55.41%
G = 2.03%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#52033F (or 0x52033F) is known color: Tyrian Purple. HEX triplet: 52, 03 and 3F. RGB value is (82,3,63). Sum of RGB (Red+Green+Blue) = 82+3+63=148 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.41% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 82 - color contains mainly: red. Hex color #52033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52033F is #ADFCC0. Grayscale: #212121. Windows color (decimal): -11402433 or 4129618. OLE color: 4129618.

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

Color convert

RGB 82 3 63 -
CMYK 0 0.96 0.23 0.68
HSL 314.43º 0.93% 0.17% -
HSV(B) 314.43º 0.96% 0.32% -
XYZ 4.41 2.22 4.9 -
YUV 33.46 144.67 162.62 -
System Red Green Blue C M Y K H S L
Decimal 82 3 63 0 0.96 0.23 0.68 314.43 0.93 0.17
Hex 52 3 3F 0 60 17 44 13A 5D 11
Octal 122 3 77 0 140 27 104 472 135 21
Binary 1010010 11 111111 0 1100000 10111 1000100 100111010 1011101 10001

Color Harmonies of #52033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52033F

Black with #52033F

Text Example


Text Example

White with #52033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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