Html Css Color HEX #780874 Purple

📋 copy color: '#780874'

red 120 ◦ green 8 ◦ blue 116

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

Shades of Purple #780874

Tints of Purple #780874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.28%

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

R = 49.18%
G = 3.28%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#780874 (or 0x780874) is known color: Purple. HEX triplet: 78, 08 and 74. RGB value is (120,8,116). Sum of RGB (Red+Green+Blue) = 120+8+116=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #780874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780874 is #87F78B. Grayscale: #353535. Windows color (decimal): -8910732 or 7604344. OLE color: 7604344.

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

Color convert

RGB 120 8 116 -
CMYK 0 0.93 0.03 0.53
HSL 302.14º 0.88% 0.25% -
HSV(B) 302.14º 0.93% 0.47% -
XYZ 10.98 5.43 16.99 -
YUV 53.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 120 8 116 0 0.93 0.03 0.53 302.14 0.88 0.25
Hex 78 8 74 0 5D 3 35 12E 58 19
Octal 170 10 164 0 135 3 65 456 130 31
Binary 1111000 1000 1110100 0 1011101 11 110101 100101110 1011000 11001

Color Harmonies of #780874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780874

Black with #780874

Text Example


Text Example

White with #780874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780874; }

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

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

background-color css

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

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

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

border-color css

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

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

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