Html Css Color HEX #750EAC Purple Heart

📋 copy color: '#750EAC'

red 117 ◦ green 14 ◦ blue 172

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

Shades of Purple Heart #750EAC

Tints of Purple Heart #750EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.77%

R = 38.61%
G = 4.62%
B = 56.77%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#750EAC (or 0x750EAC) is known color: Purple Heart. HEX triplet: 75, 0E and AC. RGB value is (117,14,172). Sum of RGB (Red+Green+Blue) = 117+14+172=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #750EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750EAC is #8AF153. Grayscale: #3E3E3E. Windows color (decimal): -9105748 or 11275893. OLE color: 11275893.

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

Color convert

RGB 117 14 172 -
CMYK 0.32 0.92 0 0.33
HSL 279.11º 0.85% 0.36% -
HSV(B) 279.11º 0.92% 0.67% -
XYZ 14.94 7.07 39.61 -
YUV 62.81 189.62 166.65 -
System Red Green Blue C M Y K H S L
Decimal 117 14 172 0.32 0.92 0 0.33 279.11 0.85 0.36
Hex 75 E AC 20 5C 0 21 117 55 24
Octal 165 16 254 40 134 0 41 427 125 44
Binary 1110101 1110 10101100 100000 1011100 0 100001 100010111 1010101 100100

Color Harmonies of #750EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750EAC

Black with #750EAC

Text Example


Text Example

White with #750EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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