Html Css Color HEX #7514BE Purple Heart

📋 copy color: '#7514BE'

red 117 ◦ green 20 ◦ blue 190

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

Shades of Purple Heart #7514BE

Tints of Purple Heart #7514BE

RGB

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

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

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

R = 35.78%
G = 6.12%
B = 58.1%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7514BE (or 0x7514BE) is known color: Purple Heart. HEX triplet: 75, 14 and BE. RGB value is (117,20,190). Sum of RGB (Red+Green+Blue) = 117+20+190=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #7514BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7514BE is #8AEB41. Grayscale: #434343. Windows color (decimal): -9104194 or 12457077. OLE color: 12457077.

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

Color convert

RGB 117 20 190 -
CMYK 0.38 0.89 0 0.25
HSL 274.24º 0.81% 0.41% -
HSV(B) 274.24º 0.89% 0.75% -
XYZ 16.88 8 49.37 -
YUV 68.38 196.64 162.68 -
System Red Green Blue C M Y K H S L
Decimal 117 20 190 0.38 0.89 0 0.25 274.24 0.81 0.41
Hex 75 14 BE 26 59 0 19 112 51 29
Octal 165 24 276 46 131 0 31 422 121 51
Binary 1110101 10100 10111110 100110 1011001 0 11001 100010010 1010001 101001

Color Harmonies of #7514BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7514BE

Black with #7514BE

Text Example


Text Example

White with #7514BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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