Html Css Color HEX #581963 Hot Purple

📋 copy color: '#581963'

red 88 ◦ green 25 ◦ blue 99

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

Shades of Hot Purple #581963

Tints of Hot Purple #581963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.79%

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

R = 41.51%
G = 11.79%
B = 46.7%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#581963 (or 0x581963) is known color: Hot Purple. HEX triplet: 58, 19 and 63. RGB value is (88,25,99). Sum of RGB (Red+Green+Blue) = 88+25+99=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #581963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581963 is #A7E69C. Grayscale: #343434. Windows color (decimal): -11003549 or 6494552. OLE color: 6494552.

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

Color convert

RGB 88 25 99 -
CMYK 0.11 0.75 0 0.61
HSL 291.08º 0.6% 0.24% -
HSV(B) 291.08º 0.75% 0.39% -
XYZ 6.62 3.67 12.16 -
YUV 52.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 88 25 99 0.11 0.75 0 0.61 291.08 0.6 0.24
Hex 58 19 63 B 4B 0 3D 123 3C 18
Octal 130 31 143 13 113 0 75 443 74 30
Binary 1011000 11001 1100011 1011 1001011 0 111101 100100011 111100 11000

Color Harmonies of #581963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581963

Black with #581963

Text Example


Text Example

White with #581963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581963; }

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

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

background-color css

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

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

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

border-color css

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

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

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