Html Css Color HEX #581BD1 Purple Heart

📋 copy color: '#581BD1'

red 88 ◦ green 27 ◦ blue 209

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

Shades of Purple Heart #581BD1

Tints of Purple Heart #581BD1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.33%

 BLUE value IS 209 (82.03% from 255) = 64.51%

R = 27.16%
G = 8.33%
B = 64.51%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#581BD1 (or 0x581BD1) is known color: Purple Heart. HEX triplet: 58, 1B and D1. RGB value is (88,27,209). Sum of RGB (Red+Green+Blue) = 88+27+209=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 209 (82.03% from 255 or 64.51% from 324); Max value from RGB is 209 - color contains mainly: blue. Hex color #581BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581BD1 is #A7E42E. Grayscale: #414141. Windows color (decimal): -11002927 or 13704024. OLE color: 13704024.

HSL color Cylindrical-coordinate representation of color #581BD1: hue angle of 260.11º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581BD1 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 27 209 -
CMYK 0.58 0.87 0 0.18
HSL 260.11º 0.77% 0.46% -
HSV(B) 260.11º 0.87% 0.82% -
XYZ 15.93 7.46 60.92 -
YUV 65.99 208.71 143.7 -
System Red Green Blue C M Y K H S L
Decimal 88 27 209 0.58 0.87 0 0.18 260.11 0.77 0.46
Hex 58 1B D1 3A 57 0 12 104 4D 2E
Octal 130 33 321 72 127 0 22 404 115 56
Binary 1011000 11011 11010001 111010 1010111 0 10010 100000100 1001101 101110

Color Harmonies of #581BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581BD1

Black with #581BD1

Text Example


Text Example

White with #581BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,27,209); }

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

background-color css

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

 a { background-color: rgb(88,27,209); }

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

border-color css

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

 span { border-color: rgb(88,27,209); }

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