Html Css Color HEX #731CAE Purple Heart

📋 copy color: '#731CAE'

red 115 ◦ green 28 ◦ blue 174

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

Shades of Purple Heart #731CAE

Tints of Purple Heart #731CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.83%

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

R = 36.28%
G = 8.83%
B = 54.89%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#731CAE (or 0x731CAE) is known color: Purple Heart. HEX triplet: 73, 1C and AE. RGB value is (115,28,174). Sum of RGB (Red+Green+Blue) = 115+28+174=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #731CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731CAE is #8CE351. Grayscale: #464646. Windows color (decimal): -9233234 or 11410547. OLE color: 11410547.

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

Color convert

RGB 115 28 174 -
CMYK 0.34 0.84 0 0.32
HSL 275.75º 0.72% 0.4% -
HSV(B) 275.75º 0.84% 0.68% -
XYZ 15.13 7.53 40.7 -
YUV 70.66 186.32 159.63 -
System Red Green Blue C M Y K H S L
Decimal 115 28 174 0.34 0.84 0 0.32 275.75 0.72 0.4
Hex 73 1C AE 22 54 0 20 114 48 28
Octal 163 34 256 42 124 0 40 424 110 50
Binary 1110011 11100 10101110 100010 1010100 0 100000 100010100 1001000 101000

Color Harmonies of #731CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731CAE

Black with #731CAE

Text Example


Text Example

White with #731CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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