Html Css Color HEX #581EBA Purple Heart

📋 copy color: '#581EBA'

red 88 ◦ green 30 ◦ blue 186

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

Shades of Purple Heart #581EBA

Tints of Purple Heart #581EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.87%

 BLUE value IS 186 (73.05% from 255) = 61.18%

R = 28.95%
G = 9.87%
B = 61.18%

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

#581EBA (or 0x581EBA) is known color: Purple Heart. HEX triplet: 58, 1E and BA. RGB value is (88,30,186). Sum of RGB (Red+Green+Blue) = 88+30+186=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #581EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581EBA is #A7E145. Grayscale: #404040. Windows color (decimal): -11002182 or 12197464. OLE color: 12197464.

HSL color Cylindrical-coordinate representation of color #581EBA: hue angle of 262.31º degrees, saturation: 0.72, 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 #581EBA is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 30 186 -
CMYK 0.53 0.84 0 0.27
HSL 262.31º 0.72% 0.42% -
HSV(B) 262.31º 0.84% 0.73% -
XYZ 13.35 6.55 47.01 -
YUV 65.13 196.22 144.32 -
System Red Green Blue C M Y K H S L
Decimal 88 30 186 0.53 0.84 0 0.27 262.31 0.72 0.42
Hex 58 1E BA 35 54 0 1B 106 48 2A
Octal 130 36 272 65 124 0 33 406 110 52
Binary 1011000 11110 10111010 110101 1010100 0 11011 100000110 1001000 101010

Color Harmonies of #581EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581EBA

Black with #581EBA

Text Example


Text Example

White with #581EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,30,186); }

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

background-color css

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

 a { background-color: rgb(88,30,186); }

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

border-color css

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

 span { border-color: rgb(88,30,186); }

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