Html Css Color HEX #532858 Hot Purple

📋 copy color: '#532858'

red 83 ◦ green 40 ◦ blue 88

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

Shades of Hot Purple #532858

Tints of Hot Purple #532858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.96%

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

R = 39.34%
G = 18.96%
B = 41.71%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#532858 (or 0x532858) is known color: Hot Purple. HEX triplet: 53, 28 and 58. RGB value is (83,40,88). Sum of RGB (Red+Green+Blue) = 83+40+88=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #532858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532858 is #ACD7A7. Grayscale: #3A3A3A. Windows color (decimal): -11327400 or 5777491. OLE color: 5777491.

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

Color convert

RGB 83 40 88 -
CMYK 0.06 0.55 0 0.65
HSL 293.75º 0.38% 0.25% -
HSV(B) 293.75º 0.55% 0.35% -
XYZ 6.09 4.06 9.7 -
YUV 58.33 144.75 145.6 -
System Red Green Blue C M Y K H S L
Decimal 83 40 88 0.06 0.55 0 0.65 293.75 0.38 0.25
Hex 53 28 58 6 37 0 41 126 26 19
Octal 123 50 130 6 67 0 101 446 46 31
Binary 1010011 101000 1011000 110 110111 0 1000001 100100110 100110 11001

Color Harmonies of #532858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532858

Black with #532858

Text Example


Text Example

White with #532858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532858; }

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

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

background-color css

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

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

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

border-color css

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

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

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