Html Css Color HEX #760070 Purple

📋 copy color: '#760070'

red 118 ◦ green 0 ◦ blue 112

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

Shades of Purple #760070

Tints of Purple #760070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.7%

R = 51.3%
G = 0%
B = 48.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#760070 (or 0x760070) is known color: Purple. HEX triplet: 76, 00 and 70. RGB value is (118,0,112). Sum of RGB (Red+Green+Blue) = 118+0+112=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #760070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760070 is #89FF8F. Grayscale: #2F2F2F. Windows color (decimal): -9043856 or 7340150. OLE color: 7340150.

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

Color convert

RGB 118 0 112 -
CMYK 0 1 0.05 0.54
HSL 303.05º 1% 0.23% -
HSV(B) 303.05º 1% 0.46% -
XYZ 10.4 5.02 15.75 -
YUV 48.05 164.09 177.89 -
System Red Green Blue C M Y K H S L
Decimal 118 0 112 0 1 0.05 0.54 303.05 1 0.23
Hex 76 0 70 0 64 5 36 12F 64 17
Octal 166 0 160 0 144 5 66 457 144 27
Binary 1110110 0 1110000 0 1100100 101 110110 100101111 1100100 10111

Color Harmonies of #760070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760070

Black with #760070

Text Example


Text Example

White with #760070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760070; }

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

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

background-color css

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

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

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

border-color css

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

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

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