Html Css Color HEX #771369 Dark Purple

📋 copy color: '#771369'

red 119 ◦ green 19 ◦ blue 105

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

Shades of Dark Purple #771369

Tints of Dark Purple #771369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.82%

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

R = 48.97%
G = 7.82%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#771369 (or 0x771369) is known color: Dark Purple. HEX triplet: 77, 13 and 69. RGB value is (119,19,105). Sum of RGB (Red+Green+Blue) = 119+19+105=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #771369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771369 is #88EC96. Grayscale: #3A3A3A. Windows color (decimal): -8973463 or 6886263. OLE color: 6886263.

HSL color Cylindrical-coordinate representation of color #771369: hue angle of 308.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771369 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 19 105 -
CMYK 0 0.84 0.12 0.53
HSL 308.4º 0.72% 0.27% -
HSV(B) 308.4º 0.84% 0.47% -
XYZ 10.39 5.41 13.86 -
YUV 58.7 154.13 171.01 -
System Red Green Blue C M Y K H S L
Decimal 119 19 105 0 0.84 0.12 0.53 308.4 0.72 0.27
Hex 77 13 69 0 54 C 35 134 48 1B
Octal 167 23 151 0 124 14 65 464 110 33
Binary 1110111 10011 1101001 0 1010100 1100 110101 100110100 1001000 11011

Color Harmonies of #771369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771369

Black with #771369

Text Example


Text Example

White with #771369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771369; }

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

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

background-color css

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

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

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

border-color css

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

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

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