Html Css Color HEX #770E65 Dark Purple

📋 copy color: '#770E65'

red 119 ◦ green 14 ◦ blue 101

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

Shades of Dark Purple #770E65

Tints of Dark Purple #770E65

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.98%

 BLUE value IS 101 (39.84% from 255) = 43.16%

R = 50.85%
G = 5.98%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#770E65 (or 0x770E65) is known color: Dark Purple. HEX triplet: 77, 0E and 65. RGB value is (119,14,101). Sum of RGB (Red+Green+Blue) = 119+14+101=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #770E65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E65 is #88F19A. Grayscale: #373737. Windows color (decimal): -8974747 or 6622839. OLE color: 6622839.

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

Color convert

RGB 119 14 101 -
CMYK 0 0.88 0.15 0.53
HSL 310.29º 0.79% 0.26% -
HSV(B) 310.29º 0.88% 0.47% -
XYZ 10.11 5.18 12.78 -
YUV 55.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 119 14 101 0 0.88 0.15 0.53 310.29 0.79 0.26
Hex 77 E 65 0 58 F 35 136 4F 1A
Octal 167 16 145 0 130 17 65 466 117 32
Binary 1110111 1110 1100101 0 1011000 1111 110101 100110110 1001111 11010

Color Harmonies of #770E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E65

Black with #770E65

Text Example


Text Example

White with #770E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,14,101); }

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

background-color css

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

 a { background-color: rgb(119,14,101); }

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

border-color css

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

 span { border-color: rgb(119,14,101); }

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