Html Css Color HEX #7319BF Purple Heart

📋 copy color: '#7319BF'

red 115 ◦ green 25 ◦ blue 191

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

Shades of Purple Heart #7319BF

Tints of Purple Heart #7319BF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.55%

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

R = 34.74%
G = 7.55%
B = 57.7%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7319BF (or 0x7319BF) is known color: Purple Heart. HEX triplet: 73, 19 and BF. RGB value is (115,25,191). Sum of RGB (Red+Green+Blue) = 115+25+191=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #7319BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7319BF is #8CE640. Grayscale: #464646. Windows color (decimal): -9233985 or 12523891. OLE color: 12523891.

HSL color Cylindrical-coordinate representation of color #7319BF: hue angle of 272.53º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7319BF is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 25 191 -
CMYK 0.40 0.87 0 0.25
HSL 272.53º 0.77% 0.42% -
HSV(B) 272.53º 0.87% 0.75% -
XYZ 16.82 8.1 49.97 -
YUV 70.83 195.82 159.5 -
System Red Green Blue C M Y K H S L
Decimal 115 25 191 0.40 0.87 0 0.25 272.53 0.77 0.42
Hex 73 19 BF 28 57 0 19 111 4D 2A
Octal 163 31 277 50 127 0 31 421 115 52
Binary 1110011 11001 10111111 101000 1010111 0 11001 100010001 1001101 101010

Color Harmonies of #7319BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7319BF

Black with #7319BF

Text Example


Text Example

White with #7319BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7319BF; }

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

 H1.HeaderClassName
 {
   color: #7319BF;
 }
 .AnyTagClassName
 {
   color: #7319BF;
 }
</style>

background-color css

<style>
 a { background-color: #7319BF; }

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

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

border-color css

<style>
 span { border-color: #7319BF; }

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

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