Html Css Color HEX #581BAF Purple Heart

📋 copy color: '#581BAF'

red 88 ◦ green 27 ◦ blue 175

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

Shades of Purple Heart #581BAF

Tints of Purple Heart #581BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.31%

 BLUE value IS 175 (68.75% from 255) = 60.34%

R = 30.34%
G = 9.31%
B = 60.34%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#581BAF (or 0x581BAF) is known color: Purple Heart. HEX triplet: 58, 1B and AF. RGB value is (88,27,175). Sum of RGB (Red+Green+Blue) = 88+27+175=290 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.34% from 290); Green value is 27 (10.94% from 255 or 9.31% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #581BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581BAF is #A7E450. Grayscale: #3D3D3D. Windows color (decimal): -11002961 or 11475800. OLE color: 11475800.

HSL color Cylindrical-coordinate representation of color #581BAF: hue angle of 264.73º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #581BAF is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 27 175 -
CMYK 0.50 0.85 0 0.31
HSL 264.73º 0.73% 0.4% -
HSV(B) 264.73º 0.85% 0.69% -
XYZ 12.15 5.95 41.07 -
YUV 62.11 191.71 146.47 -
System Red Green Blue C M Y K H S L
Decimal 88 27 175 0.50 0.85 0 0.31 264.73 0.73 0.4
Hex 58 1B AF 32 55 0 1F 109 49 28
Octal 130 33 257 62 125 0 37 411 111 50
Binary 1011000 11011 10101111 110010 1010101 0 11111 100001001 1001001 101000

Color Harmonies of #581BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581BAF

Black with #581BAF

Text Example


Text Example

White with #581BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,27,175); }

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

background-color css

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

 a { background-color: rgb(88,27,175); }

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

border-color css

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

 span { border-color: rgb(88,27,175); }

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