Html Css Color HEX #531858 Hot Purple

📋 copy color: '#531858'

red 83 ◦ green 24 ◦ blue 88

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

Shades of Hot Purple #531858

Tints of Hot Purple #531858

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.31%

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

R = 42.56%
G = 12.31%
B = 45.13%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#531858 (or 0x531858) is known color: Hot Purple. HEX triplet: 53, 18 and 58. RGB value is (83,24,88). Sum of RGB (Red+Green+Blue) = 83+24+88=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 88 (34.77% from 255 or 45.13% from 195); Max value from RGB is 88 - color contains mainly: blue. Hex color #531858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531858 is #ACE7A7. Grayscale: #303030. Windows color (decimal): -11331496 or 5773395. OLE color: 5773395.

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

Color convert

RGB 83 24 88 -
CMYK 0.06 0.73 0 0.65
HSL 295.31º 0.57% 0.22% -
HSV(B) 295.31º 0.73% 0.35% -
XYZ 5.66 3.2 9.55 -
YUV 48.94 150.05 152.3 -
System Red Green Blue C M Y K H S L
Decimal 83 24 88 0.06 0.73 0 0.65 295.31 0.57 0.22
Hex 53 18 58 6 49 0 41 127 39 16
Octal 123 30 130 6 111 0 101 447 71 26
Binary 1010011 11000 1011000 110 1001001 0 1000001 100100111 111001 10110

Color Harmonies of #531858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531858

Black with #531858

Text Example


Text Example

White with #531858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531858; }

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

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

background-color css

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

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

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

border-color css

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

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

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