Html Css Color HEX #770D70 Purple

📋 copy color: '#770D70'

red 119 ◦ green 13 ◦ blue 112

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

Shades of Purple #770D70

Tints of Purple #770D70

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.33%

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

R = 48.77%
G = 5.33%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#770D70 (or 0x770D70) is known color: Purple. HEX triplet: 77, 0D and 70. RGB value is (119,13,112). Sum of RGB (Red+Green+Blue) = 119+13+112=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #770D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770D70 is #88F28F. Grayscale: #373737. Windows color (decimal): -8974992 or 7343479. OLE color: 7343479.

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

Color convert

RGB 119 13 112 -
CMYK 0 0.89 0.06 0.53
HSL 303.96º 0.8% 0.26% -
HSV(B) 303.96º 0.89% 0.47% -
XYZ 10.68 5.38 15.8 -
YUV 55.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 119 13 112 0 0.89 0.06 0.53 303.96 0.8 0.26
Hex 77 D 70 0 59 6 35 130 50 1A
Octal 167 15 160 0 131 6 65 460 120 32
Binary 1110111 1101 1110000 0 1011001 110 110101 100110000 1010000 11010

Color Harmonies of #770D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D70

Black with #770D70

Text Example


Text Example

White with #770D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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