Html Css Color HEX #581360 Hot Purple

📋 copy color: '#581360'

red 88 ◦ green 19 ◦ blue 96

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

Shades of Hot Purple #581360

Tints of Hot Purple #581360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 47.29%

R = 43.35%
G = 9.36%
B = 47.29%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#581360 (or 0x581360) is known color: Hot Purple. HEX triplet: 58, 13 and 60. RGB value is (88,19,96). Sum of RGB (Red+Green+Blue) = 88+19+96=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #581360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581360 is #A7EC9F. Grayscale: #303030. Windows color (decimal): -11005088 or 6296408. OLE color: 6296408.

HSL color Cylindrical-coordinate representation of color #581360: hue angle of 293.77º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581360 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 19 96 -
CMYK 0.08 0.80 0 0.62
HSL 293.77º 0.67% 0.23% -
HSV(B) 293.77º 0.8% 0.38% -
XYZ 6.37 3.38 11.38 -
YUV 48.41 154.86 156.24 -
System Red Green Blue C M Y K H S L
Decimal 88 19 96 0.08 0.80 0 0.62 293.77 0.67 0.23
Hex 58 13 60 8 50 0 3E 126 43 17
Octal 130 23 140 10 120 0 76 446 103 27
Binary 1011000 10011 1100000 1000 1010000 0 111110 100100110 1000011 10111

Color Harmonies of #581360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581360

Black with #581360

Text Example


Text Example

White with #581360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581360; }

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

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

background-color css

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

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

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

border-color css

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

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

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