Html Css Color HEX #750E71 Purple

📋 copy color: '#750E71'

red 117 ◦ green 14 ◦ blue 113

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

Shades of Purple #750E71

Tints of Purple #750E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 47.95%
G = 5.74%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#750E71 (or 0x750E71) is known color: Purple. HEX triplet: 75, 0E and 71. RGB value is (117,14,113). Sum of RGB (Red+Green+Blue) = 117+14+113=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #750E71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750E71 is #8AF18E. Grayscale: #373737. Windows color (decimal): -9105807 or 7409269. OLE color: 7409269.

HSL color Cylindrical-coordinate representation of color #750E71: hue angle of 302.33º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #750E71 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 14 113 -
CMYK 0 0.88 0.03 0.54
HSL 302.33º 0.79% 0.26% -
HSV(B) 302.33º 0.88% 0.46% -
XYZ 10.47 5.29 16.09 -
YUV 56.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 117 14 113 0 0.88 0.03 0.54 302.33 0.79 0.26
Hex 75 E 71 0 58 3 36 12E 4F 1A
Octal 165 16 161 0 130 3 66 456 117 32
Binary 1110101 1110 1110001 0 1011000 11 110110 100101110 1001111 11010

Color Harmonies of #750E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750E71

Black with #750E71

Text Example


Text Example

White with #750E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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