Html Css Color HEX #781377 Dark Purple

📋 copy color: '#781377'

red 120 ◦ green 19 ◦ blue 119

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

Shades of Dark Purple #781377

Tints of Dark Purple #781377

RGB

 RED value IS 120 (47.27% from 255) = 46.51%

 GREEN value IS 19 (7.81% from 255) = 7.36%

 BLUE value IS 119 (46.88% from 255) = 46.12%

R = 46.51%
G = 7.36%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#781377 (or 0x781377) is known color: Dark Purple. HEX triplet: 78, 13 and 77. RGB value is (120,19,119). Sum of RGB (Red+Green+Blue) = 120+19+119=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #781377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781377 is #87EC88. Grayscale: #3C3C3C. Windows color (decimal): -8907913 or 7803768. OLE color: 7803768.

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

Color convert

RGB 120 19 119 -
CMYK 0 0.84 0.01 0.53
HSL 300.59º 0.73% 0.27% -
HSV(B) 300.59º 0.84% 0.47% -
XYZ 11.31 5.79 17.97 -
YUV 60.6 160.96 170.37 -
System Red Green Blue C M Y K H S L
Decimal 120 19 119 0 0.84 0.01 0.53 300.59 0.73 0.27
Hex 78 13 77 0 54 1 35 12D 49 1B
Octal 170 23 167 0 124 1 65 455 111 33
Binary 1111000 10011 1110111 0 1010100 1 110101 100101101 1001001 11011

Color Harmonies of #781377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781377

Black with #781377

Text Example


Text Example

White with #781377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781377; }

 p { color: rgb(120,19,119); }

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

background-color css

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

 a { background-color: rgb(120,19,119); }

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

border-color css

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

 span { border-color: rgb(120,19,119); }

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