Html Css Color HEX #731AAD Purple Heart

📋 copy color: '#731AAD'

red 115 ◦ green 26 ◦ blue 173

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

Shades of Purple Heart #731AAD

Tints of Purple Heart #731AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.1%

R = 36.62%
G = 8.28%
B = 55.1%

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

#731AAD (or 0x731AAD) is known color: Purple Heart. HEX triplet: 73, 1A and AD. RGB value is (115,26,173). Sum of RGB (Red+Green+Blue) = 115+26+173=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #731AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731AAD is #8CE552. Grayscale: #444444. Windows color (decimal): -9233747 or 11344499. OLE color: 11344499.

HSL color Cylindrical-coordinate representation of color #731AAD: hue angle of 276.33º 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 #731AAD is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 26 173 -
CMYK 0.34 0.85 0 0.32
HSL 276.33º 0.74% 0.39% -
HSV(B) 276.33º 0.85% 0.68% -
XYZ 14.98 7.4 40.17 -
YUV 69.37 186.49 160.55 -
System Red Green Blue C M Y K H S L
Decimal 115 26 173 0.34 0.85 0 0.32 276.33 0.74 0.39
Hex 73 1A AD 22 55 0 20 114 4A 27
Octal 163 32 255 42 125 0 40 424 112 47
Binary 1110011 11010 10101101 100010 1010101 0 100000 100010100 1001010 100111

Color Harmonies of #731AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731AAD

Black with #731AAD

Text Example


Text Example

White with #731AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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