Html Css Color HEX #750EAB Purple Heart

📋 copy color: '#750EAB'

red 117 ◦ green 14 ◦ blue 171

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

Shades of Purple Heart #750EAB

Tints of Purple Heart #750EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.62%

R = 38.74%
G = 4.64%
B = 56.62%

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

#750EAB (or 0x750EAB) is known color: Purple Heart. HEX triplet: 75, 0E and AB. RGB value is (117,14,171). Sum of RGB (Red+Green+Blue) = 117+14+171=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #750EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750EAB is #8AF154. Grayscale: #3E3E3E. Windows color (decimal): -9105749 or 11210357. OLE color: 11210357.

HSL color Cylindrical-coordinate representation of color #750EAB: hue angle of 279.36º 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 #750EAB is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 14 171 -
CMYK 0.32 0.92 0 0.33
HSL 279.36º 0.85% 0.36% -
HSV(B) 279.36º 0.92% 0.67% -
XYZ 14.84 7.04 39.1 -
YUV 62.7 189.12 166.73 -
System Red Green Blue C M Y K H S L
Decimal 117 14 171 0.32 0.92 0 0.33 279.36 0.85 0.36
Hex 75 E AB 20 5C 0 21 117 55 24
Octal 165 16 253 40 134 0 41 427 125 44
Binary 1110101 1110 10101011 100000 1011100 0 100001 100010111 1010101 100100

Color Harmonies of #750EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750EAB

Black with #750EAB

Text Example


Text Example

White with #750EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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