Html Css Color HEX #7519BA Purple Heart

📋 copy color: '#7519BA'

red 117 ◦ green 25 ◦ blue 186

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

Shades of Purple Heart #7519BA

Tints of Purple Heart #7519BA

RGB

 RED value IS 117 (46.09% from 255) = 35.67%

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

 BLUE value IS 186 (73.05% from 255) = 56.71%

R = 35.67%
G = 7.62%
B = 56.71%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7519BA (or 0x7519BA) is known color: Purple Heart. HEX triplet: 75, 19 and BA. RGB value is (117,25,186). Sum of RGB (Red+Green+Blue) = 117+25+186=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #7519BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7519BA is #8AE645. Grayscale: #464646. Windows color (decimal): -9102918 or 12196213. OLE color: 12196213.

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

Color convert

RGB 117 25 186 -
CMYK 0.37 0.87 0 0.27
HSL 274.29º 0.76% 0.41% -
HSV(B) 274.29º 0.87% 0.73% -
XYZ 16.55 8.02 47.13 -
YUV 70.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 117 25 186 0.37 0.87 0 0.27 274.29 0.76 0.41
Hex 75 19 BA 25 57 0 1B 112 4C 29
Octal 165 31 272 45 127 0 33 422 114 51
Binary 1110101 11001 10111010 100101 1010111 0 11011 100010010 1001100 101001

Color Harmonies of #7519BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7519BA

Black with #7519BA

Text Example


Text Example

White with #7519BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7519BA; }

 p { color: rgb(117,25,186); }

 H1.HeaderClassName
 {
   color: #7519BA;
 }
 .AnyTagClassName
 {
   color: #7519BA;
 }
</style>

background-color css

<style>
 a { background-color: #7519BA; }

 a { background-color: rgb(117,25,186); }

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

border-color css

<style>
 span { border-color: #7519BA; }

 span { border-color: rgb(117,25,186); }

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