Html Css Color HEX #581460 Hot Purple

📋 copy color: '#581460'

red 88 ◦ green 20 ◦ blue 96

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

Shades of Hot Purple #581460

Tints of Hot Purple #581460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.8%

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

R = 43.14%
G = 9.8%
B = 47.06%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#581460 (or 0x581460) is known color: Hot Purple. HEX triplet: 58, 14 and 60. RGB value is (88,20,96). Sum of RGB (Red+Green+Blue) = 88+20+96=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #581460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581460 is #A7EB9F. Grayscale: #303030. Windows color (decimal): -11004832 or 6296664. OLE color: 6296664.

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

Color convert

RGB 88 20 96 -
CMYK 0.08 0.79 0 0.62
HSL 293.68º 0.66% 0.23% -
HSV(B) 293.68º 0.79% 0.38% -
XYZ 6.39 3.42 11.39 -
YUV 49 154.53 155.82 -
System Red Green Blue C M Y K H S L
Decimal 88 20 96 0.08 0.79 0 0.62 293.68 0.66 0.23
Hex 58 14 60 8 4F 0 3E 126 42 17
Octal 130 24 140 10 117 0 76 446 102 27
Binary 1011000 10100 1100000 1000 1001111 0 111110 100100110 1000010 10111

Color Harmonies of #581460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581460

Black with #581460

Text Example


Text Example

White with #581460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581460; }

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

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

background-color css

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

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

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

border-color css

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

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

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