Html Css Color HEX #581063 Hot Purple

📋 copy color: '#581063'

red 88 ◦ green 16 ◦ blue 99

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

Shades of Hot Purple #581063

Tints of Hot Purple #581063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

 BLUE value IS 99 (39.06% from 255) = 48.77%

R = 43.35%
G = 7.88%
B = 48.77%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#581063 (or 0x581063) is known color: Hot Purple. HEX triplet: 58, 10 and 63. RGB value is (88,16,99). Sum of RGB (Red+Green+Blue) = 88+16+99=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #581063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581063 is #A7EF9C. Grayscale: #2E2E2E. Windows color (decimal): -11005853 or 6492248. OLE color: 6492248.

HSL color Cylindrical-coordinate representation of color #581063: hue angle of 292.05º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581063 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 88 16 99 -
CMYK 0.11 0.84 0 0.61
HSL 292.05º 0.72% 0.23% -
HSV(B) 292.05º 0.84% 0.39% -
XYZ 6.46 3.35 12.11 -
YUV 46.99 157.35 157.25 -
System Red Green Blue C M Y K H S L
Decimal 88 16 99 0.11 0.84 0 0.61 292.05 0.72 0.23
Hex 58 10 63 B 54 0 3D 124 48 17
Octal 130 20 143 13 124 0 75 444 110 27
Binary 1011000 10000 1100011 1011 1010100 0 111101 100100100 1001000 10111

Color Harmonies of #581063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581063

Black with #581063

Text Example


Text Example

White with #581063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581063; }

 p { color: rgb(88,16,99); }

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

background-color css

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

 a { background-color: rgb(88,16,99); }

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

border-color css

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

 span { border-color: rgb(88,16,99); }

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