Html Css Color HEX #581DBB Purple Heart

📋 copy color: '#581DBB'

red 88 ◦ green 29 ◦ blue 187

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

Shades of Purple Heart #581DBB

Tints of Purple Heart #581DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.54%

 BLUE value IS 187 (73.44% from 255) = 61.51%

R = 28.95%
G = 9.54%
B = 61.51%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#581DBB (or 0x581DBB) is known color: Purple Heart. HEX triplet: 58, 1D and BB. RGB value is (88,29,187). Sum of RGB (Red+Green+Blue) = 88+29+187=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #581DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581DBB is #A7E244. Grayscale: #404040. Windows color (decimal): -11002437 or 12262744. OLE color: 12262744.

HSL color Cylindrical-coordinate representation of color #581DBB: hue angle of 262.41º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581DBB is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 29 187 -
CMYK 0.53 0.84 0 0.27
HSL 262.41º 0.73% 0.42% -
HSV(B) 262.41º 0.84% 0.73% -
XYZ 13.43 6.54 47.57 -
YUV 64.65 197.05 144.65 -
System Red Green Blue C M Y K H S L
Decimal 88 29 187 0.53 0.84 0 0.27 262.41 0.73 0.42
Hex 58 1D BB 35 54 0 1B 106 49 2A
Octal 130 35 273 65 124 0 33 406 111 52
Binary 1011000 11101 10111011 110101 1010100 0 11011 100000110 1001001 101010

Color Harmonies of #581DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581DBB

Black with #581DBB

Text Example


Text Example

White with #581DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,29,187); }

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

background-color css

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

 a { background-color: rgb(88,29,187); }

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

border-color css

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

 span { border-color: rgb(88,29,187); }

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