Html Css Color HEX #731AAC Purple Heart

📋 copy color: '#731AAC'

red 115 ◦ green 26 ◦ blue 172

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

Shades of Purple Heart #731AAC

Tints of Purple Heart #731AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.95%

R = 36.74%
G = 8.31%
B = 54.95%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#731AAC (or 0x731AAC) is known color: Purple Heart. HEX triplet: 73, 1A and AC. RGB value is (115,26,172). Sum of RGB (Red+Green+Blue) = 115+26+172=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #731AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731AAC is #8CE553. Grayscale: #444444. Windows color (decimal): -9233748 or 11278963. OLE color: 11278963.

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

Color convert

RGB 115 26 172 -
CMYK 0.33 0.85 0 0.33
HSL 276.58º 0.74% 0.39% -
HSV(B) 276.58º 0.85% 0.67% -
XYZ 14.89 7.36 39.67 -
YUV 69.26 185.99 160.63 -
System Red Green Blue C M Y K H S L
Decimal 115 26 172 0.33 0.85 0 0.33 276.58 0.74 0.39
Hex 73 1A AC 21 55 0 21 115 4A 27
Octal 163 32 254 41 125 0 41 425 112 47
Binary 1110011 11010 10101100 100001 1010101 0 100001 100010101 1001010 100111

Color Harmonies of #731AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731AAC

Black with #731AAC

Text Example


Text Example

White with #731AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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