Html Css Color HEX #581FAC Purple Heart

📋 copy color: '#581FAC'

red 88 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #581FAC

Tints of Purple Heart #581FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.11%

R = 30.24%
G = 10.65%
B = 59.11%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#581FAC (or 0x581FAC) is known color: Purple Heart. HEX triplet: 58, 1F and AC. RGB value is (88,31,172). Sum of RGB (Red+Green+Blue) = 88+31+172=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #581FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581FAC is #A7E053. Grayscale: #3F3F3F. Windows color (decimal): -11001940 or 11280216. OLE color: 11280216.

HSL color Cylindrical-coordinate representation of color #581FAC: hue angle of 264.26º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581FAC is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 31 172 -
CMYK 0.49 0.82 0 0.33
HSL 264.26º 0.69% 0.4% -
HSV(B) 264.26º 0.82% 0.67% -
XYZ 11.96 6.03 39.56 -
YUV 64.12 188.88 145.04 -
System Red Green Blue C M Y K H S L
Decimal 88 31 172 0.49 0.82 0 0.33 264.26 0.69 0.4
Hex 58 1F AC 31 52 0 21 108 45 28
Octal 130 37 254 61 122 0 41 410 105 50
Binary 1011000 11111 10101100 110001 1010010 0 100001 100001000 1000101 101000

Color Harmonies of #581FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581FAC

Black with #581FAC

Text Example


Text Example

White with #581FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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