Html Css Color HEX #731AAE Purple Heart

📋 copy color: '#731AAE'

red 115 ◦ green 26 ◦ blue 174

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

Shades of Purple Heart #731AAE

Tints of Purple Heart #731AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.25%

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

R = 36.51%
G = 8.25%
B = 55.24%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#731AAE (or 0x731AAE) is known color: Purple Heart. HEX triplet: 73, 1A and AE. RGB value is (115,26,174). Sum of RGB (Red+Green+Blue) = 115+26+174=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #731AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731AAE is #8CE551. Grayscale: #444444. Windows color (decimal): -9233746 or 11410035. OLE color: 11410035.

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

Color convert

RGB 115 26 174 -
CMYK 0.34 0.85 0 0.32
HSL 276.08º 0.74% 0.39% -
HSV(B) 276.08º 0.85% 0.68% -
XYZ 15.08 7.44 40.69 -
YUV 69.48 186.99 160.47 -
System Red Green Blue C M Y K H S L
Decimal 115 26 174 0.34 0.85 0 0.32 276.08 0.74 0.39
Hex 73 1A AE 22 55 0 20 114 4A 27
Octal 163 32 256 42 125 0 40 424 112 47
Binary 1110011 11010 10101110 100010 1010101 0 100000 100010100 1001010 100111

Color Harmonies of #731AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731AAE

Black with #731AAE

Text Example


Text Example

White with #731AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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