Html Css Color HEX #581C65 Hot Purple

📋 copy color: '#581C65'

red 88 ◦ green 28 ◦ blue 101

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

Shades of Hot Purple #581C65

Tints of Hot Purple #581C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.54%

R = 40.55%
G = 12.9%
B = 46.54%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#581C65 (or 0x581C65) is known color: Hot Purple. HEX triplet: 58, 1C and 65. RGB value is (88,28,101). Sum of RGB (Red+Green+Blue) = 88+28+101=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #581C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581C65 is #A7E39A. Grayscale: #363636. Windows color (decimal): -11002779 or 6626392. OLE color: 6626392.

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

Color convert

RGB 88 28 101 -
CMYK 0.13 0.72 0 0.60
HSL 289.32º 0.57% 0.25% -
HSV(B) 289.32º 0.72% 0.4% -
XYZ 6.79 3.84 12.7 -
YUV 54.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 88 28 101 0.13 0.72 0 0.60 289.32 0.57 0.25
Hex 58 1C 65 D 48 0 3C 121 39 19
Octal 130 34 145 15 110 0 74 441 71 31
Binary 1011000 11100 1100101 1101 1001000 0 111100 100100001 111001 11001

Color Harmonies of #581C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581C65

Black with #581C65

Text Example


Text Example

White with #581C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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