Html Css Color HEX #581FBC Purple Heart

📋 copy color: '#581FBC'

red 88 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #581FBC

Tints of Purple Heart #581FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.1%

 BLUE value IS 188 (73.83% from 255) = 61.24%

R = 28.66%
G = 10.1%
B = 61.24%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#581FBC (or 0x581FBC) is known color: Purple Heart. HEX triplet: 58, 1F and BC. RGB value is (88,31,188). Sum of RGB (Red+Green+Blue) = 88+31+188=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #581FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581FBC is #A7E043. Grayscale: #414141. Windows color (decimal): -11001924 or 12328792. OLE color: 12328792.

HSL color Cylindrical-coordinate representation of color #581FBC: hue angle of 261.78º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #581FBC is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 31 188 -
CMYK 0.53 0.84 0 0.26
HSL 261.78º 0.72% 0.43% -
HSV(B) 261.78º 0.84% 0.74% -
XYZ 13.59 6.69 48.15 -
YUV 65.94 196.88 143.73 -
System Red Green Blue C M Y K H S L
Decimal 88 31 188 0.53 0.84 0 0.26 261.78 0.72 0.43
Hex 58 1F BC 35 54 0 1A 106 48 2B
Octal 130 37 274 65 124 0 32 406 110 53
Binary 1011000 11111 10111100 110101 1010100 0 11010 100000110 1001000 101011

Color Harmonies of #581FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581FBC

Black with #581FBC

Text Example


Text Example

White with #581FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,31,188); }

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

background-color css

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

 a { background-color: rgb(88,31,188); }

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

border-color css

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

 span { border-color: rgb(88,31,188); }

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