Html Css Color HEX #731EBF Purple Heart

📋 copy color: '#731EBF'

red 115 ◦ green 30 ◦ blue 191

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

Shades of Purple Heart #731EBF

Tints of Purple Heart #731EBF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.93%

 BLUE value IS 191 (75% from 255) = 56.85%

R = 34.23%
G = 8.93%
B = 56.85%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#731EBF (or 0x731EBF) is known color: Purple Heart. HEX triplet: 73, 1E and BF. RGB value is (115,30,191). Sum of RGB (Red+Green+Blue) = 115+30+191=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #731EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731EBF is #8CE140. Grayscale: #494949. Windows color (decimal): -9232705 or 12525171. OLE color: 12525171.

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

Color convert

RGB 115 30 191 -
CMYK 0.40 0.84 0 0.25
HSL 271.68º 0.73% 0.43% -
HSV(B) 271.68º 0.84% 0.75% -
XYZ 16.94 8.33 50.01 -
YUV 73.77 194.16 157.41 -
System Red Green Blue C M Y K H S L
Decimal 115 30 191 0.40 0.84 0 0.25 271.68 0.73 0.43
Hex 73 1E BF 28 54 0 19 110 49 2B
Octal 163 36 277 50 124 0 31 420 111 53
Binary 1110011 11110 10111111 101000 1010100 0 11001 100010000 1001001 101011

Color Harmonies of #731EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731EBF

Black with #731EBF

Text Example


Text Example

White with #731EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,30,191); }

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

background-color css

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

 a { background-color: rgb(115,30,191); }

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

border-color css

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

 span { border-color: rgb(115,30,191); }

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