Html Css Color HEX #7319B9 Purple Heart

📋 copy color: '#7319B9'

red 115 ◦ green 25 ◦ blue 185

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

Shades of Purple Heart #7319B9

Tints of Purple Heart #7319B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 56.92%

R = 35.38%
G = 7.69%
B = 56.92%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7319B9 (or 0x7319B9) is known color: Purple Heart. HEX triplet: 73, 19 and B9. RGB value is (115,25,185). Sum of RGB (Red+Green+Blue) = 115+25+185=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 185 (72.66% from 255 or 56.92% from 325); Max value from RGB is 185 - color contains mainly: blue. Hex color #7319B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7319B9 is #8CE646. Grayscale: #454545. Windows color (decimal): -9233991 or 12130675. OLE color: 12130675.

HSL color Cylindrical-coordinate representation of color #7319B9: hue angle of 273.75º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7319B9 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 25 185 -
CMYK 0.38 0.86 0 0.27
HSL 273.75º 0.76% 0.41% -
HSV(B) 273.75º 0.86% 0.73% -
XYZ 16.17 7.84 46.56 -
YUV 70.15 192.82 159.99 -
System Red Green Blue C M Y K H S L
Decimal 115 25 185 0.38 0.86 0 0.27 273.75 0.76 0.41
Hex 73 19 B9 26 56 0 1B 112 4C 29
Octal 163 31 271 46 126 0 33 422 114 51
Binary 1110011 11001 10111001 100110 1010110 0 11011 100010010 1001100 101001

Color Harmonies of #7319B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7319B9

Black with #7319B9

Text Example


Text Example

White with #7319B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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