Html Css Color HEX #581BD2 Purple Heart

📋 copy color: '#581BD2'

red 88 ◦ green 27 ◦ blue 210

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

Shades of Purple Heart #581BD2

Tints of Purple Heart #581BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 64.62%

R = 27.08%
G = 8.31%
B = 64.62%

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

#581BD2 (or 0x581BD2) is known color: Purple Heart. HEX triplet: 58, 1B and D2. RGB value is (88,27,210). Sum of RGB (Red+Green+Blue) = 88+27+210=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 210 (82.42% from 255 or 64.62% from 325); Max value from RGB is 210 - color contains mainly: blue. Hex color #581BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581BD2 is #A7E42D. Grayscale: #414141. Windows color (decimal): -11002926 or 13769560. OLE color: 13769560.

HSL color Cylindrical-coordinate representation of color #581BD2: hue angle of 260º 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 #581BD2 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 27 210 -
CMYK 0.58 0.87 0 0.18
HSL 260º 0.77% 0.46% -
HSV(B) 260º 0.87% 0.82% -
XYZ 16.05 7.51 61.58 -
YUV 66.1 209.21 143.62 -
System Red Green Blue C M Y K H S L
Decimal 88 27 210 0.58 0.87 0 0.18 260 0.77 0.46
Hex 58 1B D2 3A 57 0 12 104 4D 2E
Octal 130 33 322 72 127 0 22 404 115 56
Binary 1011000 11011 11010010 111010 1010111 0 10010 100000100 1001101 101110

Color Harmonies of #581BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581BD2

Black with #581BD2

Text Example


Text Example

White with #581BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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