Html Css Color HEX #770964 Dark Purple

📋 copy color: '#770964'

red 119 ◦ green 9 ◦ blue 100

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

Shades of Dark Purple #770964

Tints of Dark Purple #770964

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.95%

 BLUE value IS 100 (39.45% from 255) = 43.86%

R = 52.19%
G = 3.95%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#770964 (or 0x770964) is known color: Dark Purple. HEX triplet: 77, 09 and 64. RGB value is (119,9,100). Sum of RGB (Red+Green+Blue) = 119+9+100=228 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.19% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 119 - color contains mainly: red. Hex color #770964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770964 is #88F69B. Grayscale: #343434. Windows color (decimal): -8976028 or 6556023. OLE color: 6556023.

HSL color Cylindrical-coordinate representation of color #770964: hue angle of 310.36º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770964 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 9 100 -
CMYK 0 0.92 0.16 0.53
HSL 310.36º 0.86% 0.25% -
HSV(B) 310.36º 0.92% 0.47% -
XYZ 10.01 5.04 12.5 -
YUV 52.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 119 9 100 0 0.92 0.16 0.53 310.36 0.86 0.25
Hex 77 9 64 0 5C 10 35 136 56 19
Octal 167 11 144 0 134 20 65 466 126 31
Binary 1110111 1001 1100100 0 1011100 10000 110101 100110110 1010110 11001

Color Harmonies of #770964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770964

Black with #770964

Text Example


Text Example

White with #770964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770964; }

 p { color: rgb(119,9,100); }

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

background-color css

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

 a { background-color: rgb(119,9,100); }

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

border-color css

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

 span { border-color: rgb(119,9,100); }

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