Html Css Color HEX #771273 Dark Purple

📋 copy color: '#771273'

red 119 ◦ green 18 ◦ blue 115

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

Shades of Dark Purple #771273

Tints of Dark Purple #771273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.63%

R = 47.22%
G = 7.14%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#771273 (or 0x771273) is known color: Dark Purple. HEX triplet: 77, 12 and 73. RGB value is (119,18,115). Sum of RGB (Red+Green+Blue) = 119+18+115=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #771273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771273 is #88ED8C. Grayscale: #3A3A3A. Windows color (decimal): -8973709 or 7541367. OLE color: 7541367.

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

Color convert

RGB 119 18 115 -
CMYK 0 0.85 0.03 0.53
HSL 302.38º 0.74% 0.27% -
HSV(B) 302.38º 0.85% 0.47% -
XYZ 10.92 5.59 16.72 -
YUV 59.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 119 18 115 0 0.85 0.03 0.53 302.38 0.74 0.27
Hex 77 12 73 0 55 3 35 12E 4A 1B
Octal 167 22 163 0 125 3 65 456 112 33
Binary 1110111 10010 1110011 0 1010101 11 110101 100101110 1001010 11011

Color Harmonies of #771273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771273

Black with #771273

Text Example


Text Example

White with #771273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771273; }

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

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

background-color css

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

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

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

border-color css

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

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

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