Html Css Color HEX #771267 Dark Purple

📋 copy color: '#771267'

red 119 ◦ green 18 ◦ blue 103

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

Shades of Dark Purple #771267

Tints of Dark Purple #771267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.5%

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

R = 49.58%
G = 7.5%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#771267 (or 0x771267) is known color: Dark Purple. HEX triplet: 77, 12 and 67. RGB value is (119,18,103). Sum of RGB (Red+Green+Blue) = 119+18+103=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #771267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771267 is #88ED98. Grayscale: #393939. Windows color (decimal): -8973721 or 6754935. OLE color: 6754935.

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

Color convert

RGB 119 18 103 -
CMYK 0 0.85 0.13 0.53
HSL 309.5º 0.74% 0.27% -
HSV(B) 309.5º 0.85% 0.47% -
XYZ 10.27 5.33 13.32 -
YUV 57.89 153.46 171.59 -
System Red Green Blue C M Y K H S L
Decimal 119 18 103 0 0.85 0.13 0.53 309.5 0.74 0.27
Hex 77 12 67 0 55 D 35 136 4A 1B
Octal 167 22 147 0 125 15 65 466 112 33
Binary 1110111 10010 1100111 0 1010101 1101 110101 100110110 1001010 11011

Color Harmonies of #771267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771267

Black with #771267

Text Example


Text Example

White with #771267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771267; }

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

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

background-color css

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

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

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

border-color css

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

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

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