Html Css Color HEX #581AAF Purple Heart

📋 copy color: '#581AAF'

red 88 ◦ green 26 ◦ blue 175

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

Shades of Purple Heart #581AAF

Tints of Purple Heart #581AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9%

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

R = 30.45%
G = 9%
B = 60.55%

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

#581AAF (or 0x581AAF) is known color: Purple Heart. HEX triplet: 58, 1A and AF. RGB value is (88,26,175). Sum of RGB (Red+Green+Blue) = 88+26+175=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #581AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581AAF is #A7E550. Grayscale: #3C3C3C. Windows color (decimal): -11003217 or 11475544. OLE color: 11475544.

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

Color convert

RGB 88 26 175 -
CMYK 0.50 0.85 0 0.31
HSL 264.97º 0.74% 0.39% -
HSV(B) 264.97º 0.85% 0.69% -
XYZ 12.13 5.91 41.06 -
YUV 61.52 192.04 146.88 -
System Red Green Blue C M Y K H S L
Decimal 88 26 175 0.50 0.85 0 0.31 264.97 0.74 0.39
Hex 58 1A AF 32 55 0 1F 109 4A 27
Octal 130 32 257 62 125 0 37 411 112 47
Binary 1011000 11010 10101111 110010 1010101 0 11111 100001001 1001010 100111

Color Harmonies of #581AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581AAF

Black with #581AAF

Text Example


Text Example

White with #581AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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