Html Css Color HEX #532D58 Hot Purple

📋 copy color: '#532D58'

red 83 ◦ green 45 ◦ blue 88

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

Shades of Hot Purple #532D58

Tints of Hot Purple #532D58

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.83%

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

R = 38.43%
G = 20.83%
B = 40.74%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#532D58 (or 0x532D58) is known color: Hot Purple. HEX triplet: 53, 2D and 58. RGB value is (83,45,88). Sum of RGB (Red+Green+Blue) = 83+45+88=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #532D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532D58 is #ACD2A7. Grayscale: #3D3D3D. Windows color (decimal): -11326120 or 5778771. OLE color: 5778771.

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

Color convert

RGB 83 45 88 -
CMYK 0.06 0.49 0 0.65
HSL 293.02º 0.32% 0.26% -
HSV(B) 293.02º 0.49% 0.35% -
XYZ 6.27 4.42 9.76 -
YUV 61.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 83 45 88 0.06 0.49 0 0.65 293.02 0.32 0.26
Hex 53 2D 58 6 31 0 41 125 20 1A
Octal 123 55 130 6 61 0 101 445 40 32
Binary 1010011 101101 1011000 110 110001 0 1000001 100100101 100000 11010

Color Harmonies of #532D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D58

Black with #532D58

Text Example


Text Example

White with #532D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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