Html Css Color HEX #760271 Purple

📋 copy color: '#760271'

red 118 ◦ green 2 ◦ blue 113

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

Shades of Purple #760271

Tints of Purple #760271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 50.64%
G = 0.86%
B = 48.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#760271 (or 0x760271) is known color: Purple. HEX triplet: 76, 02 and 71. RGB value is (118,2,113). Sum of RGB (Red+Green+Blue) = 118+2+113=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #760271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760271 is #89FD8E. Grayscale: #313131. Windows color (decimal): -9043343 or 7406198. OLE color: 7406198.

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

Color convert

RGB 118 2 113 -
CMYK 0 0.98 0.04 0.54
HSL 302.59º 0.97% 0.24% -
HSV(B) 302.59º 0.98% 0.46% -
XYZ 10.47 5.09 16.05 -
YUV 49.34 163.93 176.97 -
System Red Green Blue C M Y K H S L
Decimal 118 2 113 0 0.98 0.04 0.54 302.59 0.97 0.24
Hex 76 2 71 0 62 4 36 12F 61 18
Octal 166 2 161 0 142 4 66 457 141 30
Binary 1110110 10 1110001 0 1100010 100 110110 100101111 1100001 11000

Color Harmonies of #760271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760271

Black with #760271

Text Example


Text Example

White with #760271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760271; }

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

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

background-color css

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

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

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

border-color css

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

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

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