Html Css Color HEX #771C6C Dark Purple

📋 copy color: '#771C6C'

red 119 ◦ green 28 ◦ blue 108

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

Shades of Dark Purple #771C6C

Tints of Dark Purple #771C6C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.98%

 BLUE value IS 108 (42.58% from 255) = 42.35%

R = 46.67%
G = 10.98%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#771C6C (or 0x771C6C) is known color: Dark Purple. HEX triplet: 77, 1C and 6C. RGB value is (119,28,108). Sum of RGB (Red+Green+Blue) = 119+28+108=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #771C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C6C is #88E393. Grayscale: #404040. Windows color (decimal): -8971156 or 7085175. OLE color: 7085175.

HSL color Cylindrical-coordinate representation of color #771C6C: hue angle of 307.25º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771C6C is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 28 108 -
CMYK 0 0.76 0.09 0.53
HSL 307.25º 0.62% 0.29% -
HSV(B) 307.25º 0.76% 0.47% -
XYZ 10.73 5.84 14.75 -
YUV 64.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 119 28 108 0 0.76 0.09 0.53 307.25 0.62 0.29
Hex 77 1C 6C 0 4C 9 35 133 3E 1D
Octal 167 34 154 0 114 11 65 463 76 35
Binary 1110111 11100 1101100 0 1001100 1001 110101 100110011 111110 11101

Color Harmonies of #771C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C6C

Black with #771C6C

Text Example


Text Example

White with #771C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771C6C; }

 p { color: rgb(119,28,108); }

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

background-color css

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

 a { background-color: rgb(119,28,108); }

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

border-color css

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

 span { border-color: rgb(119,28,108); }

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