Html Css Color HEX #581ABE Purple Heart

📋 copy color: '#581ABE'

red 88 ◦ green 26 ◦ blue 190

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

Shades of Purple Heart #581ABE

Tints of Purple Heart #581ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.5%

R = 28.95%
G = 8.55%
B = 62.5%

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

#581ABE (or 0x581ABE) is known color: Purple Heart. HEX triplet: 58, 1A and BE. RGB value is (88,26,190). Sum of RGB (Red+Green+Blue) = 88+26+190=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #581ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581ABE is #A7E541. Grayscale: #3E3E3E. Windows color (decimal): -11003202 or 12458584. OLE color: 12458584.

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

Color convert

RGB 88 26 190 -
CMYK 0.54 0.86 0 0.25
HSL 262.68º 0.76% 0.42% -
HSV(B) 262.68º 0.86% 0.75% -
XYZ 13.69 6.53 49.25 -
YUV 63.23 199.54 145.66 -
System Red Green Blue C M Y K H S L
Decimal 88 26 190 0.54 0.86 0 0.25 262.68 0.76 0.42
Hex 58 1A BE 36 56 0 19 107 4C 2A
Octal 130 32 276 66 126 0 31 407 114 52
Binary 1011000 11010 10111110 110110 1010110 0 11001 100000111 1001100 101010

Color Harmonies of #581ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581ABE

Black with #581ABE

Text Example


Text Example

White with #581ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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