Html Css Color HEX #532F58 Hot Purple

📋 copy color: '#532F58'

red 83 ◦ green 47 ◦ blue 88

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

Shades of Hot Purple #532F58

Tints of Hot Purple #532F58

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.56%

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

R = 38.07%
G = 21.56%
B = 40.37%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#532F58 (or 0x532F58) is known color: Hot Purple. HEX triplet: 53, 2F and 58. RGB value is (83,47,88). Sum of RGB (Red+Green+Blue) = 83+47+88=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #532F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532F58 is #ACD0A7. Grayscale: #3E3E3E. Windows color (decimal): -11325608 or 5779283. OLE color: 5779283.

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

Color convert

RGB 83 47 88 -
CMYK 0.06 0.47 0 0.65
HSL 292.68º 0.3% 0.26% -
HSV(B) 292.68º 0.47% 0.35% -
XYZ 6.35 4.58 9.78 -
YUV 62.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 83 47 88 0.06 0.47 0 0.65 292.68 0.3 0.26
Hex 53 2F 58 6 2F 0 41 125 1E 1A
Octal 123 57 130 6 57 0 101 445 36 32
Binary 1010011 101111 1011000 110 101111 0 1000001 100100101 11110 11010

Color Harmonies of #532F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532F58

Black with #532F58

Text Example


Text Example

White with #532F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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