Html Css Color HEX #760071 Purple

📋 copy color: '#760071'

red 118 ◦ green 0 ◦ blue 113

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

Shades of Purple #760071

Tints of Purple #760071

RGB

 RED value IS 118 (46.48% from 255) = 51.08%

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

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

R = 51.08%
G = 0%
B = 48.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#760071 (or 0x760071) is known color: Purple. HEX triplet: 76, 00 and 71. RGB value is (118,0,113). Sum of RGB (Red+Green+Blue) = 118+0+113=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #760071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760071 is #89FF8E. Grayscale: #2F2F2F. Windows color (decimal): -9043855 or 7405686. OLE color: 7405686.

HSL color Cylindrical-coordinate representation of color #760071: hue angle of 302.54º 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 #760071 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 0 113 -
CMYK 0 1 0.04 0.54
HSL 302.54º 1% 0.23% -
HSV(B) 302.54º 1% 0.46% -
XYZ 10.45 5.04 16.05 -
YUV 48.16 164.59 177.81 -
System Red Green Blue C M Y K H S L
Decimal 118 0 113 0 1 0.04 0.54 302.54 1 0.23
Hex 76 0 71 0 64 4 36 12F 64 17
Octal 166 0 161 0 144 4 66 457 144 27
Binary 1110110 0 1110001 0 1100100 100 110110 100101111 1100100 10111

Color Harmonies of #760071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760071

Black with #760071

Text Example


Text Example

White with #760071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760071; }

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

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

background-color css

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

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

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

border-color css

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

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

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