Html Css Color HEX #581CBA Purple Heart

📋 copy color: '#581CBA'

red 88 ◦ green 28 ◦ blue 186

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

Shades of Purple Heart #581CBA

Tints of Purple Heart #581CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.27%

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

R = 29.14%
G = 9.27%
B = 61.59%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#581CBA (or 0x581CBA) is known color: Purple Heart. HEX triplet: 58, 1C and BA. RGB value is (88,28,186). Sum of RGB (Red+Green+Blue) = 88+28+186=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #581CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581CBA is #A7E345. Grayscale: #3F3F3F. Windows color (decimal): -11002694 or 12196952. OLE color: 12196952.

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

Color convert

RGB 88 28 186 -
CMYK 0.53 0.85 0 0.27
HSL 262.78º 0.74% 0.42% -
HSV(B) 262.78º 0.85% 0.73% -
XYZ 13.3 6.45 47 -
YUV 63.95 196.88 145.15 -
System Red Green Blue C M Y K H S L
Decimal 88 28 186 0.53 0.85 0 0.27 262.78 0.74 0.42
Hex 58 1C BA 35 55 0 1B 107 4A 2A
Octal 130 34 272 65 125 0 33 407 112 52
Binary 1011000 11100 10111010 110101 1010101 0 11011 100000111 1001010 101010

Color Harmonies of #581CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581CBA

Black with #581CBA

Text Example


Text Example

White with #581CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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