Html Css Color HEX #760471 Purple

📋 copy color: '#760471'

red 118 ◦ green 4 ◦ blue 113

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

Shades of Purple #760471

Tints of Purple #760471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

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

R = 50.21%
G = 1.7%
B = 48.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#760471 (or 0x760471) is known color: Purple. HEX triplet: 76, 04 and 71. RGB value is (118,4,113). Sum of RGB (Red+Green+Blue) = 118+4+113=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #760471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760471 is #89FB8E. Grayscale: #323232. Windows color (decimal): -9042831 or 7406710. OLE color: 7406710.

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

Color convert

RGB 118 4 113 -
CMYK 0 0.97 0.04 0.54
HSL 302.63º 0.93% 0.24% -
HSV(B) 302.63º 0.97% 0.46% -
XYZ 10.5 5.13 16.06 -
YUV 50.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 118 4 113 0 0.97 0.04 0.54 302.63 0.93 0.24
Hex 76 4 71 0 61 4 36 12F 5D 18
Octal 166 4 161 0 141 4 66 457 135 30
Binary 1110110 100 1110001 0 1100001 100 110110 100101111 1011101 11000

Color Harmonies of #760471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760471

Black with #760471

Text Example


Text Example

White with #760471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760471; }

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

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

background-color css

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

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

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

border-color css

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

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

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