Html Css Color HEX #532050 Hot Purple

📋 copy color: '#532050'

red 83 ◦ green 32 ◦ blue 80

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

Shades of Hot Purple #532050

Tints of Hot Purple #532050

RGB

 RED value IS 83 (32.81% from 255) = 42.56%

 GREEN value IS 32 (12.89% from 255) = 16.41%

 BLUE value IS 80 (31.64% from 255) = 41.03%

R = 42.56%
G = 16.41%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#532050 (or 0x532050) is known color: Hot Purple. HEX triplet: 53, 20 and 50. RGB value is (83,32,80). Sum of RGB (Red+Green+Blue) = 83+32+80=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #532050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532050 is #ACDFAF. Grayscale: #343434. Windows color (decimal): -11329456 or 5251155. OLE color: 5251155.

HSL color Cylindrical-coordinate representation of color #532050: hue angle of 303.53º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532050 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 32 80 -
CMYK 0 0.61 0.04 0.67
HSL 303.53º 0.44% 0.23% -
HSV(B) 303.53º 0.61% 0.33% -
XYZ 5.53 3.45 7.96 -
YUV 52.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 83 32 80 0 0.61 0.04 0.67 303.53 0.44 0.23
Hex 53 20 50 0 3D 4 43 130 2C 17
Octal 123 40 120 0 75 4 103 460 54 27
Binary 1010011 100000 1010000 0 111101 100 1000011 100110000 101100 10111

Color Harmonies of #532050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532050

Black with #532050

Text Example


Text Example

White with #532050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532050; }

 p { color: rgb(83,32,80); }

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

background-color css

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

 a { background-color: rgb(83,32,80); }

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

border-color css

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

 span { border-color: rgb(83,32,80); }

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