Html Css Color HEX #771067 Dark Purple

📋 copy color: '#771067'

red 119 ◦ green 16 ◦ blue 103

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

Shades of Dark Purple #771067

Tints of Dark Purple #771067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.72%

 BLUE value IS 103 (40.63% from 255) = 43.28%

R = 50%
G = 6.72%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#771067 (or 0x771067) is known color: Dark Purple. HEX triplet: 77, 10 and 67. RGB value is (119,16,103). Sum of RGB (Red+Green+Blue) = 119+16+103=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #771067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771067 is #88EF98. Grayscale: #383838. Windows color (decimal): -8974233 or 6754423. OLE color: 6754423.

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

Color convert

RGB 119 16 103 -
CMYK 0 0.87 0.13 0.53
HSL 309.32º 0.76% 0.26% -
HSV(B) 309.32º 0.87% 0.47% -
XYZ 10.24 5.27 13.31 -
YUV 56.72 154.12 172.43 -
System Red Green Blue C M Y K H S L
Decimal 119 16 103 0 0.87 0.13 0.53 309.32 0.76 0.26
Hex 77 10 67 0 57 D 35 135 4C 1A
Octal 167 20 147 0 127 15 65 465 114 32
Binary 1110111 10000 1100111 0 1010111 1101 110101 100110101 1001100 11010

Color Harmonies of #771067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771067

Black with #771067

Text Example


Text Example

White with #771067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771067; }

 p { color: rgb(119,16,103); }

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

background-color css

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

 a { background-color: rgb(119,16,103); }

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

border-color css

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

 span { border-color: rgb(119,16,103); }

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