Html Css Color HEX #760170 Purple

📋 copy color: '#760170'

red 118 ◦ green 1 ◦ blue 112

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

Shades of Purple #760170

Tints of Purple #760170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 51.08%
G = 0.43%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#760170 (or 0x760170) is known color: Purple. HEX triplet: 76, 01 and 70. RGB value is (118,1,112). Sum of RGB (Red+Green+Blue) = 118+1+112=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #760170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760170 is #89FE8F. Grayscale: #303030. Windows color (decimal): -9043600 or 7340406. OLE color: 7340406.

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

Color convert

RGB 118 1 112 -
CMYK 0 0.99 0.05 0.54
HSL 303.08º 0.98% 0.23% -
HSV(B) 303.08º 0.99% 0.46% -
XYZ 10.41 5.04 15.75 -
YUV 48.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 118 1 112 0 0.99 0.05 0.54 303.08 0.98 0.23
Hex 76 1 70 0 63 5 36 12F 62 17
Octal 166 1 160 0 143 5 66 457 142 27
Binary 1110110 1 1110000 0 1100011 101 110110 100101111 1100010 10111

Color Harmonies of #760170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760170

Black with #760170

Text Example


Text Example

White with #760170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760170; }

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

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

background-color css

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

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

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

border-color css

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

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

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