Html Css Color HEX #770470 Purple

📋 copy color: '#770470'

red 119 ◦ green 4 ◦ blue 112

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

Shades of Purple #770470

Tints of Purple #770470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

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

R = 50.64%
G = 1.7%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#770470 (or 0x770470) is known color: Purple. HEX triplet: 77, 04 and 70. RGB value is (119,4,112). Sum of RGB (Red+Green+Blue) = 119+4+112=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #770470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770470 is #88FB8F. Grayscale: #323232. Windows color (decimal): -8977296 or 7341175. OLE color: 7341175.

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

Color convert

RGB 119 4 112 -
CMYK 0 0.97 0.06 0.53
HSL 303.65º 0.93% 0.24% -
HSV(B) 303.65º 0.97% 0.47% -
XYZ 10.58 5.18 15.77 -
YUV 50.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 119 4 112 0 0.97 0.06 0.53 303.65 0.93 0.24
Hex 77 4 70 0 61 6 35 130 5D 18
Octal 167 4 160 0 141 6 65 460 135 30
Binary 1110111 100 1110000 0 1100001 110 110101 100110000 1011101 11000

Color Harmonies of #770470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770470

Black with #770470

Text Example


Text Example

White with #770470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770470; }

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

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

background-color css

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

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

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

border-color css

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

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

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