Html Css Color HEX #731EAE Purple Heart

📋 copy color: '#731EAE'

red 115 ◦ green 30 ◦ blue 174

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

Shades of Purple Heart #731EAE

Tints of Purple Heart #731EAE

RGB

 RED value IS 115 (45.31% from 255) = 36.05%

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

 BLUE value IS 174 (68.36% from 255) = 54.55%

R = 36.05%
G = 9.4%
B = 54.55%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#731EAE (or 0x731EAE) is known color: Purple Heart. HEX triplet: 73, 1E and AE. RGB value is (115,30,174). Sum of RGB (Red+Green+Blue) = 115+30+174=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #731EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731EAE is #8CE151. Grayscale: #474747. Windows color (decimal): -9232722 or 11411059. OLE color: 11411059.

HSL color Cylindrical-coordinate representation of color #731EAE: hue angle of 275.42º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731EAE is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 30 174 -
CMYK 0.34 0.83 0 0.32
HSL 275.42º 0.71% 0.4% -
HSV(B) 275.42º 0.83% 0.68% -
XYZ 15.17 7.63 40.72 -
YUV 71.83 185.66 158.79 -
System Red Green Blue C M Y K H S L
Decimal 115 30 174 0.34 0.83 0 0.32 275.42 0.71 0.4
Hex 73 1E AE 22 53 0 20 113 47 28
Octal 163 36 256 42 123 0 40 423 107 50
Binary 1110011 11110 10101110 100010 1010011 0 100000 100010011 1000111 101000

Color Harmonies of #731EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731EAE

Black with #731EAE

Text Example


Text Example

White with #731EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731EAE; }

 p { color: rgb(115,30,174); }

 H1.HeaderClassName
 {
   color: #731EAE;
 }
 .AnyTagClassName
 {
   color: #731EAE;
 }
</style>

background-color css

<style>
 a { background-color: #731EAE; }

 a { background-color: rgb(115,30,174); }

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

border-color css

<style>
 span { border-color: #731EAE; }

 span { border-color: rgb(115,30,174); }

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