Html Css Color HEX #750EBC Purple Heart

📋 copy color: '#750EBC'

red 117 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #750EBC

Tints of Purple Heart #750EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.93%

R = 36.68%
G = 4.39%
B = 58.93%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#750EBC (or 0x750EBC) is known color: Purple Heart. HEX triplet: 75, 0E and BC. RGB value is (117,14,188). Sum of RGB (Red+Green+Blue) = 117+14+188=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #750EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750EBC is #8AF143. Grayscale: #404040. Windows color (decimal): -9105732 or 12324469. OLE color: 12324469.

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

Color convert

RGB 117 14 188 -
CMYK 0.38 0.93 0 0.26
HSL 275.52º 0.86% 0.4% -
HSV(B) 275.52º 0.93% 0.74% -
XYZ 16.57 7.73 48.2 -
YUV 64.63 197.62 165.35 -
System Red Green Blue C M Y K H S L
Decimal 117 14 188 0.38 0.93 0 0.26 275.52 0.86 0.4
Hex 75 E BC 26 5D 0 1A 114 56 28
Octal 165 16 274 46 135 0 32 424 126 50
Binary 1110101 1110 10111100 100110 1011101 0 11010 100010100 1010110 101000

Color Harmonies of #750EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750EBC

Black with #750EBC

Text Example


Text Example

White with #750EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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