Html Css Color HEX #770D69 Dark Purple

📋 copy color: '#770D69'

red 119 ◦ green 13 ◦ blue 105

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

Shades of Dark Purple #770D69

Tints of Dark Purple #770D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 50.21%
G = 5.49%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#770D69 (or 0x770D69) is known color: Dark Purple. HEX triplet: 77, 0D and 69. RGB value is (119,13,105). Sum of RGB (Red+Green+Blue) = 119+13+105=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #770D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770D69 is #88F296. Grayscale: #363636. Windows color (decimal): -8974999 or 6884727. OLE color: 6884727.

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

Color convert

RGB 119 13 105 -
CMYK 0 0.89 0.12 0.53
HSL 307.92º 0.8% 0.26% -
HSV(B) 307.92º 0.89% 0.47% -
XYZ 10.3 5.23 13.83 -
YUV 55.18 156.12 173.52 -
System Red Green Blue C M Y K H S L
Decimal 119 13 105 0 0.89 0.12 0.53 307.92 0.8 0.26
Hex 77 D 69 0 59 C 35 134 50 1A
Octal 167 15 151 0 131 14 65 464 120 32
Binary 1110111 1101 1101001 0 1011001 1100 110101 100110100 1010000 11010

Color Harmonies of #770D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D69

Black with #770D69

Text Example


Text Example

White with #770D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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