Html Css Color HEX #581CBF Purple Heart

📋 copy color: '#581CBF'

red 88 ◦ green 28 ◦ blue 191

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

Shades of Purple Heart #581CBF

Tints of Purple Heart #581CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.21%

R = 28.66%
G = 9.12%
B = 62.21%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#581CBF (or 0x581CBF) is known color: Purple Heart. HEX triplet: 58, 1C and BF. RGB value is (88,28,191). Sum of RGB (Red+Green+Blue) = 88+28+191=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #581CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581CBF is #A7E340. Grayscale: #3F3F3F. Windows color (decimal): -11002689 or 12524632. OLE color: 12524632.

HSL color Cylindrical-coordinate representation of color #581CBF: hue angle of 262.09º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581CBF is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 28 191 -
CMYK 0.54 0.85 0 0.25
HSL 262.09º 0.74% 0.43% -
HSV(B) 262.09º 0.85% 0.75% -
XYZ 13.84 6.67 49.85 -
YUV 64.52 199.38 144.75 -
System Red Green Blue C M Y K H S L
Decimal 88 28 191 0.54 0.85 0 0.25 262.09 0.74 0.43
Hex 58 1C BF 36 55 0 19 106 4A 2B
Octal 130 34 277 66 125 0 31 406 112 53
Binary 1011000 11100 10111111 110110 1010101 0 11001 100000110 1001010 101011

Color Harmonies of #581CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581CBF

Black with #581CBF

Text Example


Text Example

White with #581CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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