Html Css Color HEX #750EBE Purple Heart

📋 copy color: '#750EBE'

red 117 ◦ green 14 ◦ blue 190

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

Shades of Purple Heart #750EBE

Tints of Purple Heart #750EBE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.36%

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

R = 36.45%
G = 4.36%
B = 59.19%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#750EBE (or 0x750EBE) is known color: Purple Heart. HEX triplet: 75, 0E and BE. RGB value is (117,14,190). Sum of RGB (Red+Green+Blue) = 117+14+190=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #750EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750EBE is #8AF141. Grayscale: #404040. Windows color (decimal): -9105730 or 12455541. OLE color: 12455541.

HSL color Cylindrical-coordinate representation of color #750EBE: hue angle of 275.11º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750EBE is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 14 190 -
CMYK 0.38 0.93 0 0.25
HSL 275.11º 0.86% 0.4% -
HSV(B) 275.11º 0.93% 0.75% -
XYZ 16.79 7.81 49.34 -
YUV 64.86 198.62 165.19 -
System Red Green Blue C M Y K H S L
Decimal 117 14 190 0.38 0.93 0 0.25 275.11 0.86 0.4
Hex 75 E BE 26 5D 0 19 113 56 28
Octal 165 16 276 46 135 0 31 423 126 50
Binary 1110101 1110 10111110 100110 1011101 0 11001 100010011 1010110 101000

Color Harmonies of #750EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750EBE

Black with #750EBE

Text Example


Text Example

White with #750EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750EBE; }

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

 H1.HeaderClassName
 {
   color: #750EBE;
 }
 .AnyTagClassName
 {
   color: #750EBE;
 }
</style>

background-color css

<style>
 a { background-color: #750EBE; }

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

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

border-color css

<style>
 span { border-color: #750EBE; }

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

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