Html Css Color HEX #7514BD Purple Heart

📋 copy color: '#7514BD'

red 117 ◦ green 20 ◦ blue 189

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

Shades of Purple Heart #7514BD

Tints of Purple Heart #7514BD

RGB

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

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

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

R = 35.89%
G = 6.13%
B = 57.98%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7514BD (or 0x7514BD) is known color: Purple Heart. HEX triplet: 75, 14 and BD. RGB value is (117,20,189). Sum of RGB (Red+Green+Blue) = 117+20+189=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #7514BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7514BD is #8AEB42. Grayscale: #434343. Windows color (decimal): -9104195 or 12391541. OLE color: 12391541.

HSL color Cylindrical-coordinate representation of color #7514BD: hue angle of 274.44º 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 #7514BD is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 20 189 -
CMYK 0.38 0.89 0 0.26
HSL 274.44º 0.81% 0.41% -
HSV(B) 274.44º 0.89% 0.74% -
XYZ 16.77 7.96 48.8 -
YUV 68.27 196.14 162.76 -
System Red Green Blue C M Y K H S L
Decimal 117 20 189 0.38 0.89 0 0.26 274.44 0.81 0.41
Hex 75 14 BD 26 59 0 1A 112 51 29
Octal 165 24 275 46 131 0 32 422 121 51
Binary 1110101 10100 10111101 100110 1011001 0 11010 100010010 1010001 101001

Color Harmonies of #7514BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7514BD

Black with #7514BD

Text Example


Text Example

White with #7514BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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