Html Css Color HEX #771569 Dark Purple

📋 copy color: '#771569'

red 119 ◦ green 21 ◦ blue 105

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

Shades of Dark Purple #771569

Tints of Dark Purple #771569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.57%

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

R = 48.57%
G = 8.57%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#771569 (or 0x771569) is known color: Dark Purple. HEX triplet: 77, 15 and 69. RGB value is (119,21,105). Sum of RGB (Red+Green+Blue) = 119+21+105=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #771569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771569 is #88EA96. Grayscale: #3B3B3B. Windows color (decimal): -8972951 or 6886775. OLE color: 6886775.

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

Color convert

RGB 119 21 105 -
CMYK 0 0.82 0.12 0.53
HSL 308.57º 0.7% 0.27% -
HSV(B) 308.57º 0.82% 0.47% -
XYZ 10.43 5.48 13.87 -
YUV 59.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 119 21 105 0 0.82 0.12 0.53 308.57 0.7 0.27
Hex 77 15 69 0 52 C 35 135 46 1B
Octal 167 25 151 0 122 14 65 465 106 33
Binary 1110111 10101 1101001 0 1010010 1100 110101 100110101 1000110 11011

Color Harmonies of #771569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771569

Black with #771569

Text Example


Text Example

White with #771569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771569; }

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

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

background-color css

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

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

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

border-color css

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

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

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