Html Css Color HEX #750EAE Purple Heart

📋 copy color: '#750EAE'

red 117 ◦ green 14 ◦ blue 174

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

Shades of Purple Heart #750EAE

Tints of Purple Heart #750EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.05%

R = 38.36%
G = 4.59%
B = 57.05%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#750EAE (or 0x750EAE) is known color: Purple Heart. HEX triplet: 75, 0E and AE. RGB value is (117,14,174). Sum of RGB (Red+Green+Blue) = 117+14+174=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #750EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750EAE is #8AF151. Grayscale: #3E3E3E. Windows color (decimal): -9105746 or 11406965. OLE color: 11406965.

HSL color Cylindrical-coordinate representation of color #750EAE: hue angle of 278.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750EAE is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 14 174 -
CMYK 0.33 0.92 0 0.32
HSL 278.63º 0.85% 0.37% -
HSV(B) 278.63º 0.92% 0.68% -
XYZ 15.13 7.15 40.63 -
YUV 63.04 190.62 166.49 -
System Red Green Blue C M Y K H S L
Decimal 117 14 174 0.33 0.92 0 0.32 278.63 0.85 0.37
Hex 75 E AE 21 5C 0 20 117 55 25
Octal 165 16 256 41 134 0 40 427 125 45
Binary 1110101 1110 10101110 100001 1011100 0 100000 100010111 1010101 100101

Color Harmonies of #750EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750EAE

Black with #750EAE

Text Example


Text Example

White with #750EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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