Html Css Color HEX #532E58 Hot Purple

📋 copy color: '#532E58'

red 83 ◦ green 46 ◦ blue 88

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

Shades of Hot Purple #532E58

Tints of Hot Purple #532E58

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.2%

 BLUE value IS 88 (34.77% from 255) = 40.55%

R = 38.25%
G = 21.2%
B = 40.55%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#532E58 (or 0x532E58) is known color: Hot Purple. HEX triplet: 53, 2E and 58. RGB value is (83,46,88). Sum of RGB (Red+Green+Blue) = 83+46+88=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #532E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532E58 is #ACD1A7. Grayscale: #3D3D3D. Windows color (decimal): -11325864 or 5779027. OLE color: 5779027.

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

Color convert

RGB 83 46 88 -
CMYK 0.06 0.48 0 0.65
HSL 292.86º 0.31% 0.26% -
HSV(B) 292.86º 0.48% 0.35% -
XYZ 6.31 4.5 9.77 -
YUV 61.85 142.76 143.08 -
System Red Green Blue C M Y K H S L
Decimal 83 46 88 0.06 0.48 0 0.65 292.86 0.31 0.26
Hex 53 2E 58 6 30 0 41 125 1F 1A
Octal 123 56 130 6 60 0 101 445 37 32
Binary 1010011 101110 1011000 110 110000 0 1000001 100100101 11111 11010

Color Harmonies of #532E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532E58

Black with #532E58

Text Example


Text Example

White with #532E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,46,88); }

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

background-color css

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

 a { background-color: rgb(83,46,88); }

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

border-color css

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

 span { border-color: rgb(83,46,88); }

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