Html Css Color HEX #581363 Hot Purple

📋 copy color: '#581363'

red 88 ◦ green 19 ◦ blue 99

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

Shades of Hot Purple #581363

Tints of Hot Purple #581363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.22%

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

R = 42.72%
G = 9.22%
B = 48.06%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#581363 (or 0x581363) is known color: Hot Purple. HEX triplet: 58, 13 and 63. RGB value is (88,19,99). Sum of RGB (Red+Green+Blue) = 88+19+99=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #581363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581363 is #A7EC9C. Grayscale: #303030. Windows color (decimal): -11005085 or 6493016. OLE color: 6493016.

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

Color convert

RGB 88 19 99 -
CMYK 0.11 0.81 0 0.61
HSL 291.75º 0.68% 0.23% -
HSV(B) 291.75º 0.81% 0.39% -
XYZ 6.51 3.44 12.13 -
YUV 48.75 156.36 156 -
System Red Green Blue C M Y K H S L
Decimal 88 19 99 0.11 0.81 0 0.61 291.75 0.68 0.23
Hex 58 13 63 B 51 0 3D 124 44 17
Octal 130 23 143 13 121 0 75 444 104 27
Binary 1011000 10011 1100011 1011 1010001 0 111101 100100100 1000100 10111

Color Harmonies of #581363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581363

Black with #581363

Text Example


Text Example

White with #581363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581363; }

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

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

background-color css

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

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

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

border-color css

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

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

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