Html Css Color HEX #532458 Hot Purple

📋 copy color: '#532458'

red 83 ◦ green 36 ◦ blue 88

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

Shades of Hot Purple #532458

Tints of Hot Purple #532458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.39%

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

R = 40.1%
G = 17.39%
B = 42.51%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#532458 (or 0x532458) is known color: Hot Purple. HEX triplet: 53, 24 and 58. RGB value is (83,36,88). Sum of RGB (Red+Green+Blue) = 83+36+88=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #532458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532458 is #ACDBA7. Grayscale: #373737. Windows color (decimal): -11328424 or 5776467. OLE color: 5776467.

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

Color convert

RGB 83 36 88 -
CMYK 0.06 0.59 0 0.65
HSL 294.23º 0.42% 0.24% -
HSV(B) 294.23º 0.59% 0.35% -
XYZ 5.96 3.81 9.65 -
YUV 55.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 83 36 88 0.06 0.59 0 0.65 294.23 0.42 0.24
Hex 53 24 58 6 3B 0 41 126 2A 18
Octal 123 44 130 6 73 0 101 446 52 30
Binary 1010011 100100 1011000 110 111011 0 1000001 100100110 101010 11000

Color Harmonies of #532458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532458

Black with #532458

Text Example


Text Example

White with #532458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532458; }

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

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

background-color css

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

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

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

border-color css

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

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

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