Html Css Color HEX #770770 Purple

📋 copy color: '#770770'

red 119 ◦ green 7 ◦ blue 112

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

Shades of Purple #770770

Tints of Purple #770770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.94%

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

R = 50%
G = 2.94%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#770770 (or 0x770770) is known color: Purple. HEX triplet: 77, 07 and 70. RGB value is (119,7,112). Sum of RGB (Red+Green+Blue) = 119+7+112=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #770770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770770 is #88F88F. Grayscale: #343434. Windows color (decimal): -8976528 or 7341943. OLE color: 7341943.

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

Color convert

RGB 119 7 112 -
CMYK 0 0.94 0.06 0.53
HSL 303.75º 0.89% 0.25% -
HSV(B) 303.75º 0.94% 0.47% -
XYZ 10.61 5.24 15.78 -
YUV 52.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 119 7 112 0 0.94 0.06 0.53 303.75 0.89 0.25
Hex 77 7 70 0 5E 6 35 130 59 19
Octal 167 7 160 0 136 6 65 460 131 31
Binary 1110111 111 1110000 0 1011110 110 110101 100110000 1011001 11001

Color Harmonies of #770770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770770

Black with #770770

Text Example


Text Example

White with #770770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770770; }

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

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

background-color css

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

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

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

border-color css

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

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

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