Html Css Color HEX #581C66 Hot Purple

📋 copy color: '#581C66'

red 88 ◦ green 28 ◦ blue 102

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

Shades of Hot Purple #581C66

Tints of Hot Purple #581C66

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.84%

 BLUE value IS 102 (40.23% from 255) = 46.79%

R = 40.37%
G = 12.84%
B = 46.79%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#581C66 (or 0x581C66) is known color: Hot Purple. HEX triplet: 58, 1C and 66. RGB value is (88,28,102). Sum of RGB (Red+Green+Blue) = 88+28+102=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #581C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581C66 is #A7E399. Grayscale: #363636. Windows color (decimal): -11002778 or 6691928. OLE color: 6691928.

HSL color Cylindrical-coordinate representation of color #581C66: hue angle of 288.65º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #581C66 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 28 102 -
CMYK 0.14 0.73 0 0.6
HSL 288.65º 0.57% 0.25% -
HSV(B) 288.65º 0.73% 0.4% -
XYZ 6.84 3.86 12.96 -
YUV 54.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 88 28 102 0.14 0.73 0 0.6 288.65 0.57 0.25
Hex 58 1C 66 E 49 0 3C 121 39 19
Octal 130 34 146 16 111 0 74 441 71 31
Binary 1011000 11100 1100110 1110 1001001 0 111100 100100001 111001 11001

Color Harmonies of #581C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C66

Black with #581C66

Text Example


Text Example

White with #581C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581C66; }

 p { color: rgb(88,28,102); }

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

background-color css

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

 a { background-color: rgb(88,28,102); }

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

border-color css

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

 span { border-color: rgb(88,28,102); }

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