Html Css Color HEX #770E67 Dark Purple

📋 copy color: '#770E67'

red 119 ◦ green 14 ◦ blue 103

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

Shades of Dark Purple #770E67

Tints of Dark Purple #770E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.64%

R = 50.42%
G = 5.93%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#770E67 (or 0x770E67) is known color: Dark Purple. HEX triplet: 77, 0E and 67. RGB value is (119,14,103). Sum of RGB (Red+Green+Blue) = 119+14+103=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #770E67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770E67 is #88F198. Grayscale: #373737. Windows color (decimal): -8974745 or 6753911. OLE color: 6753911.

HSL color Cylindrical-coordinate representation of color #770E67: hue angle of 309.14º 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 #770E67 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 14 103 -
CMYK 0 0.88 0.13 0.53
HSL 309.14º 0.79% 0.26% -
HSV(B) 309.14º 0.88% 0.47% -
XYZ 10.21 5.22 13.3 -
YUV 55.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 119 14 103 0 0.88 0.13 0.53 309.14 0.79 0.26
Hex 77 E 67 0 58 D 35 135 4F 1A
Octal 167 16 147 0 130 15 65 465 117 32
Binary 1110111 1110 1100111 0 1011000 1101 110101 100110101 1001111 11010

Color Harmonies of #770E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770E67

Black with #770E67

Text Example


Text Example

White with #770E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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