Html Css Color HEX #731BAB Purple Heart

📋 copy color: '#731BAB'

red 115 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #731BAB

Tints of Purple Heart #731BAB

RGB

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

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

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

R = 36.74%
G = 8.63%
B = 54.63%

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

#731BAB (or 0x731BAB) is known color: Purple Heart. HEX triplet: 73, 1B and AB. RGB value is (115,27,171). Sum of RGB (Red+Green+Blue) = 115+27+171=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #731BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731BAB is #8CE454. Grayscale: #454545. Windows color (decimal): -9233493 or 11213683. OLE color: 11213683.

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

Color convert

RGB 115 27 171 -
CMYK 0.33 0.84 0 0.33
HSL 276.67º 0.73% 0.39% -
HSV(B) 276.67º 0.84% 0.67% -
XYZ 14.81 7.37 39.17 -
YUV 69.73 185.15 160.29 -
System Red Green Blue C M Y K H S L
Decimal 115 27 171 0.33 0.84 0 0.33 276.67 0.73 0.39
Hex 73 1B AB 21 54 0 21 115 49 27
Octal 163 33 253 41 124 0 41 425 111 47
Binary 1110011 11011 10101011 100001 1010100 0 100001 100010101 1001001 100111

Color Harmonies of #731BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731BAB

Black with #731BAB

Text Example


Text Example

White with #731BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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