Html Css Color HEX #7519BB Purple Heart

📋 copy color: '#7519BB'

red 117 ◦ green 25 ◦ blue 187

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

Shades of Purple Heart #7519BB

Tints of Purple Heart #7519BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 35.56%
G = 7.6%
B = 56.84%

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

#7519BB (or 0x7519BB) is known color: Purple Heart. HEX triplet: 75, 19 and BB. RGB value is (117,25,187). Sum of RGB (Red+Green+Blue) = 117+25+187=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #7519BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7519BB is #8AE644. Grayscale: #464646. Windows color (decimal): -9102917 or 12261749. OLE color: 12261749.

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

Color convert

RGB 117 25 187 -
CMYK 0.37 0.87 0 0.27
HSL 274.07º 0.76% 0.42% -
HSV(B) 274.07º 0.87% 0.73% -
XYZ 16.65 8.07 47.69 -
YUV 70.98 193.48 160.83 -
System Red Green Blue C M Y K H S L
Decimal 117 25 187 0.37 0.87 0 0.27 274.07 0.76 0.42
Hex 75 19 BB 25 57 0 1B 112 4C 2A
Octal 165 31 273 45 127 0 33 422 114 52
Binary 1110101 11001 10111011 100101 1010111 0 11011 100010010 1001100 101010

Color Harmonies of #7519BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7519BB

Black with #7519BB

Text Example


Text Example

White with #7519BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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