Html Css Color HEX #731BAC Purple Heart

📋 copy color: '#731BAC'

red 115 ◦ green 27 ◦ blue 172

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

Shades of Purple Heart #731BAC

Tints of Purple Heart #731BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.6%

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

R = 36.62%
G = 8.6%
B = 54.78%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#731BAC (or 0x731BAC) is known color: Purple Heart. HEX triplet: 73, 1B and AC. RGB value is (115,27,172). Sum of RGB (Red+Green+Blue) = 115+27+172=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #731BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731BAC is #8CE453. Grayscale: #454545. Windows color (decimal): -9233492 or 11279219. OLE color: 11279219.

HSL color Cylindrical-coordinate representation of color #731BAC: hue angle of 276.41º degrees, saturation: 0.73, 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 #731BAC is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 27 172 -
CMYK 0.33 0.84 0 0.33
HSL 276.41º 0.73% 0.39% -
HSV(B) 276.41º 0.84% 0.67% -
XYZ 14.91 7.41 39.67 -
YUV 69.84 185.65 160.21 -
System Red Green Blue C M Y K H S L
Decimal 115 27 172 0.33 0.84 0 0.33 276.41 0.73 0.39
Hex 73 1B AC 21 54 0 21 114 49 27
Octal 163 33 254 41 124 0 41 424 111 47
Binary 1110011 11011 10101100 100001 1010100 0 100001 100010100 1001001 100111

Color Harmonies of #731BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731BAC

Black with #731BAC

Text Example


Text Example

White with #731BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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