Html Css Color HEX #7715BE Purple Heart

📋 copy color: '#7715BE'

red 119 ◦ green 21 ◦ blue 190

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

Shades of Purple Heart #7715BE

Tints of Purple Heart #7715BE

RGB

 RED value IS 119 (46.88% from 255) = 36.06%

 GREEN value IS 21 (8.59% from 255) = 6.36%

 BLUE value IS 190 (74.61% from 255) = 57.58%

R = 36.06%
G = 6.36%
B = 57.58%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7715BE (or 0x7715BE) is known color: Purple Heart. HEX triplet: 77, 15 and BE. RGB value is (119,21,190). Sum of RGB (Red+Green+Blue) = 119+21+190=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #7715BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7715BE is #88EA41. Grayscale: #444444. Windows color (decimal): -8972866 or 12457335. OLE color: 12457335.

HSL color Cylindrical-coordinate representation of color #7715BE: hue angle of 274.79º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7715BE is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 21 190 -
CMYK 0.37 0.89 0 0.25
HSL 274.79º 0.8% 0.41% -
HSV(B) 274.79º 0.89% 0.75% -
XYZ 17.17 8.18 49.39 -
YUV 69.57 195.97 163.26 -
System Red Green Blue C M Y K H S L
Decimal 119 21 190 0.37 0.89 0 0.25 274.79 0.8 0.41
Hex 77 15 BE 25 59 0 19 113 50 29
Octal 167 25 276 45 131 0 31 423 120 51
Binary 1110111 10101 10111110 100101 1011001 0 11001 100010011 1010000 101001

Color Harmonies of #7715BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7715BE

Black with #7715BE

Text Example


Text Example

White with #7715BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7715BE; }

 p { color: rgb(119,21,190); }

 H1.HeaderClassName
 {
   color: #7715BE;
 }
 .AnyTagClassName
 {
   color: #7715BE;
 }
</style>

background-color css

<style>
 a { background-color: #7715BE; }

 a { background-color: rgb(119,21,190); }

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

border-color css

<style>
 span { border-color: #7715BE; }

 span { border-color: rgb(119,21,190); }

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