Html Css Color HEX #770F70 Purple

📋 copy color: '#770F70'

red 119 ◦ green 15 ◦ blue 112

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

Shades of Purple #770F70

Tints of Purple #770F70

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

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

R = 48.37%
G = 6.1%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#770F70 (or 0x770F70) is known color: Purple. HEX triplet: 77, 0F and 70. RGB value is (119,15,112). Sum of RGB (Red+Green+Blue) = 119+15+112=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #770F70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770F70 is #88F08F. Grayscale: #383838. Windows color (decimal): -8974480 or 7343991. OLE color: 7343991.

HSL color Cylindrical-coordinate representation of color #770F70: hue angle of 304.04º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #770F70 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 15 112 -
CMYK 0 0.87 0.06 0.53
HSL 304.04º 0.78% 0.26% -
HSV(B) 304.04º 0.87% 0.47% -
XYZ 10.7 5.43 15.81 -
YUV 57.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 119 15 112 0 0.87 0.06 0.53 304.04 0.78 0.26
Hex 77 F 70 0 57 6 35 130 4E 1A
Octal 167 17 160 0 127 6 65 460 116 32
Binary 1110111 1111 1110000 0 1010111 110 110101 100110000 1001110 11010

Color Harmonies of #770F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770F70

Black with #770F70

Text Example


Text Example

White with #770F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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