Html Css Color HEX #532058 Hot Purple

📋 copy color: '#532058'

red 83 ◦ green 32 ◦ blue 88

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

Shades of Hot Purple #532058

Tints of Hot Purple #532058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.76%

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

R = 40.89%
G = 15.76%
B = 43.35%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#532058 (or 0x532058) is known color: Hot Purple. HEX triplet: 53, 20 and 58. RGB value is (83,32,88). Sum of RGB (Red+Green+Blue) = 83+32+88=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #532058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532058 is #ACDFA7. Grayscale: #353535. Windows color (decimal): -11329448 or 5775443. OLE color: 5775443.

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

Color convert

RGB 83 32 88 -
CMYK 0.06 0.64 0 0.65
HSL 294.64º 0.47% 0.24% -
HSV(B) 294.64º 0.64% 0.35% -
XYZ 5.85 3.58 9.61 -
YUV 53.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 83 32 88 0.06 0.64 0 0.65 294.64 0.47 0.24
Hex 53 20 58 6 40 0 41 127 2F 18
Octal 123 40 130 6 100 0 101 447 57 30
Binary 1010011 100000 1011000 110 1000000 0 1000001 100100111 101111 11000

Color Harmonies of #532058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532058

Black with #532058

Text Example


Text Example

White with #532058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532058; }

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

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

background-color css

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

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

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

border-color css

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

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

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