Html Css Color HEX #532957 Hot Purple

📋 copy color: '#532957'

red 83 ◦ green 41 ◦ blue 87

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

Shades of Hot Purple #532957

Tints of Hot Purple #532957

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.43%

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

R = 39.34%
G = 19.43%
B = 41.23%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#532957 (or 0x532957) is known color: Hot Purple. HEX triplet: 53, 29 and 57. RGB value is (83,41,87). Sum of RGB (Red+Green+Blue) = 83+41+87=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #532957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532957 is #ACD6A8. Grayscale: #3A3A3A. Windows color (decimal): -11327145 or 5712211. OLE color: 5712211.

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

Color convert

RGB 83 41 87 -
CMYK 0.05 0.53 0 0.66
HSL 294.78º 0.36% 0.25% -
HSV(B) 294.78º 0.53% 0.34% -
XYZ 6.08 4.11 9.49 -
YUV 58.8 143.91 145.26 -
System Red Green Blue C M Y K H S L
Decimal 83 41 87 0.05 0.53 0 0.66 294.78 0.36 0.25
Hex 53 29 57 5 35 0 42 127 24 19
Octal 123 51 127 5 65 0 102 447 44 31
Binary 1010011 101001 1010111 101 110101 0 1000010 100100111 100100 11001

Color Harmonies of #532957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532957

Black with #532957

Text Example


Text Example

White with #532957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532957; }

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

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

background-color css

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

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

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

border-color css

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

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

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