Html Css Color HEX #532055 Hot Purple

📋 copy color: '#532055'

red 83 ◦ green 32 ◦ blue 85

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

Shades of Hot Purple #532055

Tints of Hot Purple #532055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.5%

R = 41.5%
G = 16%
B = 42.5%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#532055 (or 0x532055) is known color: Hot Purple. HEX triplet: 53, 20 and 55. RGB value is (83,32,85). Sum of RGB (Red+Green+Blue) = 83+32+85=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #532055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532055 is #ACDFAA. Grayscale: #353535. Windows color (decimal): -11329451 or 5578835. OLE color: 5578835.

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

Color convert

RGB 83 32 85 -
CMYK 0.02 0.62 0 0.67
HSL 297.74º 0.45% 0.23% -
HSV(B) 297.74º 0.62% 0.33% -
XYZ 5.72 3.53 8.97 -
YUV 53.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 83 32 85 0.02 0.62 0 0.67 297.74 0.45 0.23
Hex 53 20 55 2 3E 0 43 12A 2D 17
Octal 123 40 125 2 76 0 103 452 55 27
Binary 1010011 100000 1010101 10 111110 0 1000011 100101010 101101 10111

Color Harmonies of #532055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532055

Black with #532055

Text Example


Text Example

White with #532055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532055; }

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

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

background-color css

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

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

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

border-color css

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

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

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