Html Css Color HEX #771768 Dark Purple

📋 copy color: '#771768'

red 119 ◦ green 23 ◦ blue 104

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

Shades of Dark Purple #771768

Tints of Dark Purple #771768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

 BLUE value IS 104 (41.02% from 255) = 42.28%

R = 48.37%
G = 9.35%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#771768 (or 0x771768) is known color: Dark Purple. HEX triplet: 77, 17 and 68. RGB value is (119,23,104). Sum of RGB (Red+Green+Blue) = 119+23+104=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #771768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771768 is #88E897. Grayscale: #3C3C3C. Windows color (decimal): -8972440 or 6821751. OLE color: 6821751.

HSL color Cylindrical-coordinate representation of color #771768: hue angle of 309.38º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771768 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 23 104 -
CMYK 0 0.81 0.13 0.53
HSL 309.38º 0.68% 0.28% -
HSV(B) 309.38º 0.81% 0.47% -
XYZ 10.41 5.53 13.62 -
YUV 60.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 119 23 104 0 0.81 0.13 0.53 309.38 0.68 0.28
Hex 77 17 68 0 51 D 35 135 44 1C
Octal 167 27 150 0 121 15 65 465 104 34
Binary 1110111 10111 1101000 0 1010001 1101 110101 100110101 1000100 11100

Color Harmonies of #771768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771768

Black with #771768

Text Example


Text Example

White with #771768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771768; }

 p { color: rgb(119,23,104); }

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

background-color css

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

 a { background-color: rgb(119,23,104); }

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

border-color css

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

 span { border-color: rgb(119,23,104); }

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