Html Css Color HEX #731CAA Purple Heart

📋 copy color: '#731CAA'

red 115 ◦ green 28 ◦ blue 170

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

Shades of Purple Heart #731CAA

Tints of Purple Heart #731CAA

RGB

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

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

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

R = 36.74%
G = 8.95%
B = 54.31%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#731CAA (or 0x731CAA) is known color: Purple Heart. HEX triplet: 73, 1C and AA. RGB value is (115,28,170). Sum of RGB (Red+Green+Blue) = 115+28+170=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #731CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731CAA is #8CE355. Grayscale: #454545. Windows color (decimal): -9233238 or 11148403. OLE color: 11148403.

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

Color convert

RGB 115 28 170 -
CMYK 0.32 0.84 0 0.33
HSL 276.76º 0.72% 0.39% -
HSV(B) 276.76º 0.84% 0.67% -
XYZ 14.74 7.38 38.68 -
YUV 70.2 184.32 159.95 -
System Red Green Blue C M Y K H S L
Decimal 115 28 170 0.32 0.84 0 0.33 276.76 0.72 0.39
Hex 73 1C AA 20 54 0 21 115 48 27
Octal 163 34 252 40 124 0 41 425 110 47
Binary 1110011 11100 10101010 100000 1010100 0 100001 100010101 1001000 100111

Color Harmonies of #731CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731CAA

Black with #731CAA

Text Example


Text Example

White with #731CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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