Html Css Color HEX #532659 Hot Purple

📋 copy color: '#532659'

red 83 ◦ green 38 ◦ blue 89

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

Shades of Hot Purple #532659

Tints of Hot Purple #532659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.1%

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

R = 39.52%
G = 18.1%
B = 42.38%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#532659 (or 0x532659) is known color: Hot Purple. HEX triplet: 53, 26 and 59. RGB value is (83,38,89). Sum of RGB (Red+Green+Blue) = 83+38+89=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #532659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532659 is #ACD9A6. Grayscale: #393939. Windows color (decimal): -11327911 or 5842515. OLE color: 5842515.

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

Color convert

RGB 83 38 89 -
CMYK 0.07 0.57 0 0.65
HSL 292.94º 0.4% 0.25% -
HSV(B) 292.94º 0.57% 0.35% -
XYZ 6.06 3.95 9.89 -
YUV 57.27 145.91 146.35 -
System Red Green Blue C M Y K H S L
Decimal 83 38 89 0.07 0.57 0 0.65 292.94 0.4 0.25
Hex 53 26 59 7 39 0 41 125 28 19
Octal 123 46 131 7 71 0 101 445 50 31
Binary 1010011 100110 1011001 111 111001 0 1000001 100100101 101000 11001

Color Harmonies of #532659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532659

Black with #532659

Text Example


Text Example

White with #532659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532659; }

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

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

background-color css

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

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

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

border-color css

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

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

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