Html Css Color HEX #581EAF Purple Heart

📋 copy color: '#581EAF'

red 88 ◦ green 30 ◦ blue 175

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

Shades of Purple Heart #581EAF

Tints of Purple Heart #581EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.24%

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

R = 30.03%
G = 10.24%
B = 59.73%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#581EAF (or 0x581EAF) is known color: Purple Heart. HEX triplet: 58, 1E and AF. RGB value is (88,30,175). Sum of RGB (Red+Green+Blue) = 88+30+175=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #581EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581EAF is #A7E150. Grayscale: #3F3F3F. Windows color (decimal): -11002193 or 11476568. OLE color: 11476568.

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

Color convert

RGB 88 30 175 -
CMYK 0.50 0.83 0 0.31
HSL 264º 0.71% 0.4% -
HSV(B) 264º 0.83% 0.69% -
XYZ 12.23 6.1 41.09 -
YUV 63.87 190.72 145.21 -
System Red Green Blue C M Y K H S L
Decimal 88 30 175 0.50 0.83 0 0.31 264 0.71 0.4
Hex 58 1E AF 32 53 0 1F 108 47 28
Octal 130 36 257 62 123 0 37 410 107 50
Binary 1011000 11110 10101111 110010 1010011 0 11111 100001000 1000111 101000

Color Harmonies of #581EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581EAF

Black with #581EAF

Text Example


Text Example

White with #581EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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