Html Css Color HEX #532857 Hot Purple

📋 copy color: '#532857'

red 83 ◦ green 40 ◦ blue 87

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

Shades of Hot Purple #532857

Tints of Hot Purple #532857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

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

R = 39.52%
G = 19.05%
B = 41.43%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#532857 (or 0x532857) is known color: Hot Purple. HEX triplet: 53, 28 and 57. RGB value is (83,40,87). Sum of RGB (Red+Green+Blue) = 83+40+87=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 87 - color contains mainly: blue. Hex color #532857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532857 is #ACD7A8. Grayscale: #3A3A3A. Windows color (decimal): -11327401 or 5711955. OLE color: 5711955.

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

Color convert

RGB 83 40 87 -
CMYK 0.05 0.54 0 0.66
HSL 294.89º 0.37% 0.25% -
HSV(B) 294.89º 0.54% 0.34% -
XYZ 6.05 4.04 9.48 -
YUV 58.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 83 40 87 0.05 0.54 0 0.66 294.89 0.37 0.25
Hex 53 28 57 5 36 0 42 127 25 19
Octal 123 50 127 5 66 0 102 447 45 31
Binary 1010011 101000 1010111 101 110110 0 1000010 100100111 100101 11001

Color Harmonies of #532857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532857

Black with #532857

Text Example


Text Example

White with #532857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532857; }

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

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

background-color css

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

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

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

border-color css

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

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

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