Html Css Color HEX #750071 Purple

📋 copy color: '#750071'

red 117 ◦ green 0 ◦ blue 113

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

Shades of Purple #750071

Tints of Purple #750071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.87%
G = 0%
B = 49.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#750071 (or 0x750071) is known color: Purple. HEX triplet: 75, 00 and 71. RGB value is (117,0,113). Sum of RGB (Red+Green+Blue) = 117+0+113=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #750071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750071 is #8AFF8E. Grayscale: #2F2F2F. Windows color (decimal): -9109391 or 7405685. OLE color: 7405685.

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

Color convert

RGB 117 0 113 -
CMYK 0 1 0.03 0.54
HSL 302.05º 1% 0.23% -
HSV(B) 302.05º 1% 0.46% -
XYZ 10.32 4.97 16.04 -
YUV 47.87 164.76 177.31 -
System Red Green Blue C M Y K H S L
Decimal 117 0 113 0 1 0.03 0.54 302.05 1 0.23
Hex 75 0 71 0 64 3 36 12E 64 17
Octal 165 0 161 0 144 3 66 456 144 27
Binary 1110101 0 1110001 0 1100100 11 110110 100101110 1100100 10111

Color Harmonies of #750071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750071

Black with #750071

Text Example


Text Example

White with #750071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750071; }

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

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

background-color css

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

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

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

border-color css

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

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

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