Html Css Color HEX #731BAA Purple Heart

📋 copy color: '#731BAA'

red 115 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #731BAA

Tints of Purple Heart #731BAA

RGB

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

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

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

R = 36.86%
G = 8.65%
B = 54.49%

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

#731BAA (or 0x731BAA) is known color: Purple Heart. HEX triplet: 73, 1B and AA. RGB value is (115,27,170). Sum of RGB (Red+Green+Blue) = 115+27+170=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #731BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731BAA is #8CE455. Grayscale: #454545. Windows color (decimal): -9233494 or 11148147. OLE color: 11148147.

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

Color convert

RGB 115 27 170 -
CMYK 0.32 0.84 0 0.33
HSL 276.92º 0.73% 0.39% -
HSV(B) 276.92º 0.84% 0.67% -
XYZ 14.72 7.33 38.67 -
YUV 69.61 184.65 160.37 -
System Red Green Blue C M Y K H S L
Decimal 115 27 170 0.32 0.84 0 0.33 276.92 0.73 0.39
Hex 73 1B AA 20 54 0 21 115 49 27
Octal 163 33 252 40 124 0 41 425 111 47
Binary 1110011 11011 10101010 100000 1010100 0 100001 100010101 1001001 100111

Color Harmonies of #731BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731BAA

Black with #731BAA

Text Example


Text Example

White with #731BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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