Html Css Color HEX #532057 Hot Purple

📋 copy color: '#532057'

red 83 ◦ green 32 ◦ blue 87

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

Shades of Hot Purple #532057

Tints of Hot Purple #532057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 43.07%

R = 41.09%
G = 15.84%
B = 43.07%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#532057 (or 0x532057) is known color: Hot Purple. HEX triplet: 53, 20 and 57. RGB value is (83,32,87). Sum of RGB (Red+Green+Blue) = 83+32+87=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #532057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532057 is #ACDFA8. Grayscale: #353535. Windows color (decimal): -11329449 or 5709907. OLE color: 5709907.

HSL color Cylindrical-coordinate representation of color #532057: hue angle of 295.64º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #532057 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 32 87 -
CMYK 0.05 0.63 0 0.66
HSL 295.64º 0.46% 0.23% -
HSV(B) 295.64º 0.63% 0.34% -
XYZ 5.8 3.56 9.4 -
YUV 53.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 83 32 87 0.05 0.63 0 0.66 295.64 0.46 0.23
Hex 53 20 57 5 3F 0 42 128 2E 17
Octal 123 40 127 5 77 0 102 450 56 27
Binary 1010011 100000 1010111 101 111111 0 1000010 100101000 101110 10111

Color Harmonies of #532057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532057

Black with #532057

Text Example


Text Example

White with #532057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532057; }

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

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

background-color css

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

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

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

border-color css

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

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

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