Html Css Color HEX #731DAA Purple Heart

📋 copy color: '#731DAA'

red 115 ◦ green 29 ◦ blue 170

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

Shades of Purple Heart #731DAA

Tints of Purple Heart #731DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.24%

 BLUE value IS 170 (66.8% from 255) = 54.14%

R = 36.62%
G = 9.24%
B = 54.14%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#731DAA (or 0x731DAA) is known color: Purple Heart. HEX triplet: 73, 1D and AA. RGB value is (115,29,170). Sum of RGB (Red+Green+Blue) = 115+29+170=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #731DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731DAA is #8CE255. Grayscale: #464646. Windows color (decimal): -9232982 or 11148659. OLE color: 11148659.

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

Color convert

RGB 115 29 170 -
CMYK 0.32 0.83 0 0.33
HSL 276.6º 0.71% 0.39% -
HSV(B) 276.6º 0.83% 0.67% -
XYZ 14.77 7.43 38.69 -
YUV 70.79 183.99 159.54 -
System Red Green Blue C M Y K H S L
Decimal 115 29 170 0.32 0.83 0 0.33 276.6 0.71 0.39
Hex 73 1D AA 20 53 0 21 115 47 27
Octal 163 35 252 40 123 0 41 425 107 47
Binary 1110011 11101 10101010 100000 1010011 0 100001 100010101 1000111 100111

Color Harmonies of #731DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731DAA

Black with #731DAA

Text Example


Text Example

White with #731DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,29,170); }

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

background-color css

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

 a { background-color: rgb(115,29,170); }

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

border-color css

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

 span { border-color: rgb(115,29,170); }

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