Html Css Color HEX #581261 Hot Purple

📋 copy color: '#581261'

red 88 ◦ green 18 ◦ blue 97

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

Shades of Hot Purple #581261

Tints of Hot Purple #581261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

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

R = 43.35%
G = 8.87%
B = 47.78%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#581261 (or 0x581261) is known color: Hot Purple. HEX triplet: 58, 12 and 61. RGB value is (88,18,97). Sum of RGB (Red+Green+Blue) = 88+18+97=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #581261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581261 is #A7ED9E. Grayscale: #2F2F2F. Windows color (decimal): -11005343 or 6361688. OLE color: 6361688.

HSL color Cylindrical-coordinate representation of color #581261: hue angle of 293.16º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581261 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 18 97 -
CMYK 0.09 0.81 0 0.62
HSL 293.16º 0.69% 0.23% -
HSV(B) 293.16º 0.81% 0.38% -
XYZ 6.4 3.37 11.62 -
YUV 47.94 155.69 156.58 -
System Red Green Blue C M Y K H S L
Decimal 88 18 97 0.09 0.81 0 0.62 293.16 0.69 0.23
Hex 58 12 61 9 51 0 3E 125 45 17
Octal 130 22 141 11 121 0 76 445 105 27
Binary 1011000 10010 1100001 1001 1010001 0 111110 100100101 1000101 10111

Color Harmonies of #581261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581261

Black with #581261

Text Example


Text Example

White with #581261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581261; }

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

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

background-color css

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

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

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

border-color css

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

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

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