Html Css Color HEX #731FBE Purple Heart

📋 copy color: '#731FBE'

red 115 ◦ green 31 ◦ blue 190

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

Shades of Purple Heart #731FBE

Tints of Purple Heart #731FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.23%

 BLUE value IS 190 (74.61% from 255) = 56.55%

R = 34.23%
G = 9.23%
B = 56.55%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#731FBE (or 0x731FBE) is known color: Purple Heart. HEX triplet: 73, 1F and BE. RGB value is (115,31,190). Sum of RGB (Red+Green+Blue) = 115+31+190=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #731FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731FBE is #8CE041. Grayscale: #494949. Windows color (decimal): -9232450 or 12459891. OLE color: 12459891.

HSL color Cylindrical-coordinate representation of color #731FBE: hue angle of 271.7º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731FBE is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 31 190 -
CMYK 0.39 0.84 0 0.25
HSL 271.7º 0.72% 0.43% -
HSV(B) 271.7º 0.84% 0.75% -
XYZ 16.85 8.34 49.44 -
YUV 74.24 193.33 157.07 -
System Red Green Blue C M Y K H S L
Decimal 115 31 190 0.39 0.84 0 0.25 271.7 0.72 0.43
Hex 73 1F BE 27 54 0 19 110 48 2B
Octal 163 37 276 47 124 0 31 420 110 53
Binary 1110011 11111 10111110 100111 1010100 0 11001 100010000 1001000 101011

Color Harmonies of #731FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731FBE

Black with #731FBE

Text Example


Text Example

White with #731FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,31,190); }

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

background-color css

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

 a { background-color: rgb(115,31,190); }

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

border-color css

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

 span { border-color: rgb(115,31,190); }

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