Html Css Color HEX #771272 Dark Purple

📋 copy color: '#771272'

red 119 ◦ green 18 ◦ blue 114

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

Shades of Dark Purple #771272

Tints of Dark Purple #771272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.42%

R = 47.41%
G = 7.17%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#771272 (or 0x771272) is known color: Dark Purple. HEX triplet: 77, 12 and 72. RGB value is (119,18,114). Sum of RGB (Red+Green+Blue) = 119+18+114=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #771272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771272 is #88ED8D. Grayscale: #3A3A3A. Windows color (decimal): -8973710 or 7475831. OLE color: 7475831.

HSL color Cylindrical-coordinate representation of color #771272: hue angle of 302.97º 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 #771272 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 18 114 -
CMYK 0 0.85 0.04 0.53
HSL 302.97º 0.74% 0.27% -
HSV(B) 302.97º 0.85% 0.47% -
XYZ 10.86 5.57 16.42 -
YUV 59.14 158.96 170.69 -
System Red Green Blue C M Y K H S L
Decimal 119 18 114 0 0.85 0.04 0.53 302.97 0.74 0.27
Hex 77 12 72 0 55 4 35 12F 4A 1B
Octal 167 22 162 0 125 4 65 457 112 33
Binary 1110111 10010 1110010 0 1010101 100 110101 100101111 1001010 11011

Color Harmonies of #771272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771272

Black with #771272

Text Example


Text Example

White with #771272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771272; }

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

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

background-color css

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

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

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

border-color css

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

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

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