Html Css Color HEX #532C59 Hot Purple

📋 copy color: '#532C59'

red 83 ◦ green 44 ◦ blue 89

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

Shades of Hot Purple #532C59

Tints of Hot Purple #532C59

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.37%

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

R = 38.43%
G = 20.37%
B = 41.2%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#532C59 (or 0x532C59) is known color: Hot Purple. HEX triplet: 53, 2C and 59. RGB value is (83,44,89). Sum of RGB (Red+Green+Blue) = 83+44+89=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #532C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C59 is #ACD3A6. Grayscale: #3C3C3C. Windows color (decimal): -11326375 or 5844051. OLE color: 5844051.

HSL color Cylindrical-coordinate representation of color #532C59: hue angle of 292º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #532C59 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 44 89 -
CMYK 0.07 0.51 0 0.65
HSL 292º 0.34% 0.26% -
HSV(B) 292º 0.51% 0.35% -
XYZ 6.27 4.36 9.96 -
YUV 60.79 143.92 143.84 -
System Red Green Blue C M Y K H S L
Decimal 83 44 89 0.07 0.51 0 0.65 292 0.34 0.26
Hex 53 2C 59 7 33 0 41 124 22 1A
Octal 123 54 131 7 63 0 101 444 42 32
Binary 1010011 101100 1011001 111 110011 0 1000001 100100100 100010 11010

Color Harmonies of #532C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C59

Black with #532C59

Text Example


Text Example

White with #532C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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