Html Css Color HEX #581361 Hot Purple

📋 copy color: '#581361'

red 88 ◦ green 19 ◦ blue 97

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

Shades of Hot Purple #581361

Tints of Hot Purple #581361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 47.55%

R = 43.14%
G = 9.31%
B = 47.55%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#581361 (or 0x581361) is known color: Hot Purple. HEX triplet: 58, 13 and 61. RGB value is (88,19,97). Sum of RGB (Red+Green+Blue) = 88+19+97=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #581361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581361 is #A7EC9E. Grayscale: #303030. Windows color (decimal): -11005087 or 6361944. OLE color: 6361944.

HSL color Cylindrical-coordinate representation of color #581361: hue angle of 293.08º 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 #581361 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 19 97 -
CMYK 0.09 0.80 0 0.62
HSL 293.08º 0.67% 0.23% -
HSV(B) 293.08º 0.8% 0.38% -
XYZ 6.42 3.4 11.63 -
YUV 48.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 88 19 97 0.09 0.80 0 0.62 293.08 0.67 0.23
Hex 58 13 61 9 50 0 3E 125 43 17
Octal 130 23 141 11 120 0 76 445 103 27
Binary 1011000 10011 1100001 1001 1010000 0 111110 100100101 1000011 10111

Color Harmonies of #581361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581361

Black with #581361

Text Example


Text Example

White with #581361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581361; }

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

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

background-color css

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

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

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

border-color css

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

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

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