Html Css Color HEX #532759 Hot Purple

📋 copy color: '#532759'

red 83 ◦ green 39 ◦ blue 89

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

Shades of Hot Purple #532759

Tints of Hot Purple #532759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.48%

 BLUE value IS 89 (35.16% from 255) = 42.18%

R = 39.34%
G = 18.48%
B = 42.18%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#532759 (or 0x532759) is known color: Hot Purple. HEX triplet: 53, 27 and 59. RGB value is (83,39,89). Sum of RGB (Red+Green+Blue) = 83+39+89=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #532759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532759 is #ACD8A6. Grayscale: #393939. Windows color (decimal): -11327655 or 5842771. OLE color: 5842771.

HSL color Cylindrical-coordinate representation of color #532759: hue angle of 292.8º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #532759 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 39 89 -
CMYK 0.07 0.56 0 0.65
HSL 292.8º 0.39% 0.25% -
HSV(B) 292.8º 0.56% 0.35% -
XYZ 6.1 4.01 9.9 -
YUV 57.86 145.58 145.93 -
System Red Green Blue C M Y K H S L
Decimal 83 39 89 0.07 0.56 0 0.65 292.8 0.39 0.25
Hex 53 27 59 7 38 0 41 125 27 19
Octal 123 47 131 7 70 0 101 445 47 31
Binary 1010011 100111 1011001 111 111000 0 1000001 100100101 100111 11001

Color Harmonies of #532759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532759

Black with #532759

Text Example


Text Example

White with #532759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532759; }

 p { color: rgb(83,39,89); }

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

background-color css

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

 a { background-color: rgb(83,39,89); }

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

border-color css

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

 span { border-color: rgb(83,39,89); }

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