Html Css Color HEX #781174 Purple

📋 copy color: '#781174'

red 120 ◦ green 17 ◦ blue 116

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

Shades of Purple #781174

Tints of Purple #781174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.72%

 BLUE value IS 116 (45.7% from 255) = 45.85%

R = 47.43%
G = 6.72%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#781174 (or 0x781174) is known color: Purple. HEX triplet: 78, 11 and 74. RGB value is (120,17,116). Sum of RGB (Red+Green+Blue) = 120+17+116=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #781174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781174 is #87EE8B. Grayscale: #3A3A3A. Windows color (decimal): -8908428 or 7606648. OLE color: 7606648.

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

Color convert

RGB 120 17 116 -
CMYK 0 0.86 0.03 0.53
HSL 302.33º 0.75% 0.27% -
HSV(B) 302.33º 0.86% 0.47% -
XYZ 11.1 5.65 17.03 -
YUV 59.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 120 17 116 0 0.86 0.03 0.53 302.33 0.75 0.27
Hex 78 11 74 0 56 3 35 12E 4B 1B
Octal 170 21 164 0 126 3 65 456 113 33
Binary 1111000 10001 1110100 0 1010110 11 110101 100101110 1001011 11011

Color Harmonies of #781174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781174

Black with #781174

Text Example


Text Example

White with #781174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781174; }

 p { color: rgb(120,17,116); }

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

background-color css

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

 a { background-color: rgb(120,17,116); }

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

border-color css

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

 span { border-color: rgb(120,17,116); }

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