Html Css Color HEX #581263 Hot Purple

📋 copy color: '#581263'

red 88 ◦ green 18 ◦ blue 99

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

Shades of Hot Purple #581263

Tints of Hot Purple #581263

RGB

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

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

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

R = 42.93%
G = 8.78%
B = 48.29%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#581263 (or 0x581263) is known color: Hot Purple. HEX triplet: 58, 12 and 63. RGB value is (88,18,99). Sum of RGB (Red+Green+Blue) = 88+18+99=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #581263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581263 is #A7ED9C. Grayscale: #2F2F2F. Windows color (decimal): -11005341 or 6492760. OLE color: 6492760.

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

Color convert

RGB 88 18 99 -
CMYK 0.11 0.82 0 0.61
HSL 291.85º 0.69% 0.23% -
HSV(B) 291.85º 0.82% 0.39% -
XYZ 6.49 3.41 12.12 -
YUV 48.16 156.69 156.41 -
System Red Green Blue C M Y K H S L
Decimal 88 18 99 0.11 0.82 0 0.61 291.85 0.69 0.23
Hex 58 12 63 B 52 0 3D 124 45 17
Octal 130 22 143 13 122 0 75 444 105 27
Binary 1011000 10010 1100011 1011 1010010 0 111101 100100100 1000101 10111

Color Harmonies of #581263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581263

Black with #581263

Text Example


Text Example

White with #581263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581263; }

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

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

background-color css

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

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

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

border-color css

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

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

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