Html Css Color HEX #7714BD Purple Heart

📋 copy color: '#7714BD'

red 119 ◦ green 20 ◦ blue 189

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

Shades of Purple Heart #7714BD

Tints of Purple Heart #7714BD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.1%

 BLUE value IS 189 (74.22% from 255) = 57.62%

R = 36.28%
G = 6.1%
B = 57.62%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7714BD (or 0x7714BD) is known color: Purple Heart. HEX triplet: 77, 14 and BD. RGB value is (119,20,189). Sum of RGB (Red+Green+Blue) = 119+20+189=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #7714BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7714BD is #88EB42. Grayscale: #444444. Windows color (decimal): -8973123 or 12391543. OLE color: 12391543.

HSL color Cylindrical-coordinate representation of color #7714BD: hue angle of 275.15º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7714BD is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 20 189 -
CMYK 0.37 0.89 0 0.26
HSL 275.15º 0.81% 0.41% -
HSV(B) 275.15º 0.89% 0.74% -
XYZ 17.04 8.1 48.81 -
YUV 68.87 195.8 163.76 -
System Red Green Blue C M Y K H S L
Decimal 119 20 189 0.37 0.89 0 0.26 275.15 0.81 0.41
Hex 77 14 BD 25 59 0 1A 113 51 29
Octal 167 24 275 45 131 0 32 423 121 51
Binary 1110111 10100 10111101 100101 1011001 0 11010 100010011 1010001 101001

Color Harmonies of #7714BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7714BD

Black with #7714BD

Text Example


Text Example

White with #7714BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7714BD; }

 p { color: rgb(119,20,189); }

 H1.HeaderClassName
 {
   color: #7714BD;
 }
 .AnyTagClassName
 {
   color: #7714BD;
 }
</style>

background-color css

<style>
 a { background-color: #7714BD; }

 a { background-color: rgb(119,20,189); }

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

border-color css

<style>
 span { border-color: #7714BD; }

 span { border-color: rgb(119,20,189); }

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