Html Css Color HEX #750771 Purple

📋 copy color: '#750771'

red 117 ◦ green 7 ◦ blue 113

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

Shades of Purple #750771

Tints of Purple #750771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.95%

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

R = 49.37%
G = 2.95%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#750771 (or 0x750771) is known color: Purple. HEX triplet: 75, 07 and 71. RGB value is (117,7,113). Sum of RGB (Red+Green+Blue) = 117+7+113=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #750771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750771 is #8AF88E. Grayscale: #333333. Windows color (decimal): -9107599 or 7407477. OLE color: 7407477.

HSL color Cylindrical-coordinate representation of color #750771: hue angle of 302.18º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750771 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 7 113 -
CMYK 0 0.94 0.03 0.54
HSL 302.18º 0.89% 0.24% -
HSV(B) 302.18º 0.94% 0.46% -
XYZ 10.39 5.13 16.06 -
YUV 51.97 162.44 174.38 -
System Red Green Blue C M Y K H S L
Decimal 117 7 113 0 0.94 0.03 0.54 302.18 0.89 0.24
Hex 75 7 71 0 5E 3 36 12E 59 18
Octal 165 7 161 0 136 3 66 456 131 30
Binary 1110101 111 1110001 0 1011110 11 110110 100101110 1011001 11000

Color Harmonies of #750771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750771

Black with #750771

Text Example


Text Example

White with #750771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750771; }

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

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

background-color css

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

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

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

border-color css

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

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

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