Html Css Color HEX #581ABF Purple Heart

📋 copy color: '#581ABF'

red 88 ◦ green 26 ◦ blue 191

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

Shades of Purple Heart #581ABF

Tints of Purple Heart #581ABF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.52%

 BLUE value IS 191 (75% from 255) = 62.62%

R = 28.85%
G = 8.52%
B = 62.62%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#581ABF (or 0x581ABF) is known color: Purple Heart. HEX triplet: 58, 1A and BF. RGB value is (88,26,191). Sum of RGB (Red+Green+Blue) = 88+26+191=305 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.85% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #581ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581ABF is #A7E540. Grayscale: #3E3E3E. Windows color (decimal): -11003201 or 12524120. OLE color: 12524120.

HSL color Cylindrical-coordinate representation of color #581ABF: hue angle of 262.55º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581ABF is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 26 191 -
CMYK 0.54 0.86 0 0.25
HSL 262.55º 0.76% 0.43% -
HSV(B) 262.55º 0.86% 0.75% -
XYZ 13.8 6.58 49.83 -
YUV 63.35 200.04 145.58 -
System Red Green Blue C M Y K H S L
Decimal 88 26 191 0.54 0.86 0 0.25 262.55 0.76 0.43
Hex 58 1A BF 36 56 0 19 107 4C 2B
Octal 130 32 277 66 126 0 31 407 114 53
Binary 1011000 11010 10111111 110110 1010110 0 11001 100000111 1001100 101011

Color Harmonies of #581ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581ABF

Black with #581ABF

Text Example


Text Example

White with #581ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,26,191); }

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

background-color css

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

 a { background-color: rgb(88,26,191); }

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

border-color css

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

 span { border-color: rgb(88,26,191); }

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