Html Css Color HEX #760571 Purple

📋 copy color: '#760571'

red 118 ◦ green 5 ◦ blue 113

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

Shades of Purple #760571

Tints of Purple #760571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.12%

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

R = 50%
G = 2.12%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#760571 (or 0x760571) is known color: Purple. HEX triplet: 76, 05 and 71. RGB value is (118,5,113). Sum of RGB (Red+Green+Blue) = 118+5+113=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #760571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760571 is #89FA8E. Grayscale: #323232. Windows color (decimal): -9042575 or 7406966. OLE color: 7406966.

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

Color convert

RGB 118 5 113 -
CMYK 0 0.96 0.04 0.54
HSL 302.65º 0.92% 0.24% -
HSV(B) 302.65º 0.96% 0.46% -
XYZ 10.51 5.15 16.06 -
YUV 51.1 162.94 175.72 -
System Red Green Blue C M Y K H S L
Decimal 118 5 113 0 0.96 0.04 0.54 302.65 0.92 0.24
Hex 76 5 71 0 60 4 36 12F 5C 18
Octal 166 5 161 0 140 4 66 457 134 30
Binary 1110110 101 1110001 0 1100000 100 110110 100101111 1011100 11000

Color Harmonies of #760571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760571

Black with #760571

Text Example


Text Example

White with #760571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760571; }

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

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

background-color css

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

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

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

border-color css

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

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

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