Html Css Color HEX #731AAB Purple Heart

📋 copy color: '#731AAB'

red 115 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #731AAB

Tints of Purple Heart #731AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 36.86%
G = 8.33%
B = 54.81%

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

#731AAB (or 0x731AAB) is known color: Purple Heart. HEX triplet: 73, 1A and AB. RGB value is (115,26,171). Sum of RGB (Red+Green+Blue) = 115+26+171=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #731AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731AAB is #8CE554. Grayscale: #444444. Windows color (decimal): -9233749 or 11213427. OLE color: 11213427.

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

Color convert

RGB 115 26 171 -
CMYK 0.33 0.85 0 0.33
HSL 276.83º 0.74% 0.39% -
HSV(B) 276.83º 0.85% 0.67% -
XYZ 14.79 7.32 39.16 -
YUV 69.14 185.49 160.71 -
System Red Green Blue C M Y K H S L
Decimal 115 26 171 0.33 0.85 0 0.33 276.83 0.74 0.39
Hex 73 1A AB 21 55 0 21 115 4A 27
Octal 163 32 253 41 125 0 41 425 112 47
Binary 1110011 11010 10101011 100001 1010101 0 100001 100010101 1001010 100111

Color Harmonies of #731AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731AAB

Black with #731AAB

Text Example


Text Example

White with #731AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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