Html Css Color HEX #770170 Purple

📋 copy color: '#770170'

red 119 ◦ green 1 ◦ blue 112

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

Shades of Purple #770170

Tints of Purple #770170

RGB

 RED value IS 119 (46.88% from 255) = 51.29%

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

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

R = 51.29%
G = 0.43%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#770170 (or 0x770170) is known color: Purple. HEX triplet: 77, 01 and 70. RGB value is (119,1,112). Sum of RGB (Red+Green+Blue) = 119+1+112=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #770170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770170 is #88FE8F. Grayscale: #303030. Windows color (decimal): -8978064 or 7340407. OLE color: 7340407.

HSL color Cylindrical-coordinate representation of color #770170: hue angle of 303.56º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770170 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 1 112 -
CMYK 0 0.99 0.06 0.53
HSL 303.56º 0.98% 0.24% -
HSV(B) 303.56º 0.99% 0.47% -
XYZ 10.54 5.11 15.76 -
YUV 48.94 163.59 177.97 -
System Red Green Blue C M Y K H S L
Decimal 119 1 112 0 0.99 0.06 0.53 303.56 0.98 0.24
Hex 77 1 70 0 63 6 35 130 62 18
Octal 167 1 160 0 143 6 65 460 142 30
Binary 1110111 1 1110000 0 1100011 110 110101 100110000 1100010 11000

Color Harmonies of #770170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770170

Black with #770170

Text Example


Text Example

White with #770170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770170; }

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

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

background-color css

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

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

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

border-color css

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

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

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