Html Css Color HEX #581FA3 Purple Heart

📋 copy color: '#581FA3'

red 88 ◦ green 31 ◦ blue 163

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

Shades of Purple Heart #581FA3

Tints of Purple Heart #581FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 57.8%

R = 31.21%
G = 10.99%
B = 57.8%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#581FA3 (or 0x581FA3) is known color: Purple Heart. HEX triplet: 58, 1F and A3. RGB value is (88,31,163). Sum of RGB (Red+Green+Blue) = 88+31+163=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 163 (64.06% from 255 or 57.80% from 282); Max value from RGB is 163 - color contains mainly: blue. Hex color #581FA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581FA3 is #A7E05C. Grayscale: #3E3E3E. Windows color (decimal): -11001949 or 10690392. OLE color: 10690392.

HSL color Cylindrical-coordinate representation of color #581FA3: hue angle of 265.91º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581FA3 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 31 163 -
CMYK 0.46 0.81 0 0.36
HSL 265.91º 0.68% 0.38% -
HSV(B) 265.91º 0.81% 0.64% -
XYZ 11.13 5.7 35.16 -
YUV 63.09 184.38 145.77 -
System Red Green Blue C M Y K H S L
Decimal 88 31 163 0.46 0.81 0 0.36 265.91 0.68 0.38
Hex 58 1F A3 2E 51 0 24 10A 44 26
Octal 130 37 243 56 121 0 44 412 104 46
Binary 1011000 11111 10100011 101110 1010001 0 100100 100001010 1000100 100110

Color Harmonies of #581FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581FA3

Black with #581FA3

Text Example


Text Example

White with #581FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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