Html Css Color HEX #781074 Purple

📋 copy color: '#781074'

red 120 ◦ green 16 ◦ blue 116

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

Shades of Purple #781074

Tints of Purple #781074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

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

R = 47.62%
G = 6.35%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#781074 (or 0x781074) is known color: Purple. HEX triplet: 78, 10 and 74. RGB value is (120,16,116). Sum of RGB (Red+Green+Blue) = 120+16+116=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #781074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781074 is #87EF8B. Grayscale: #3A3A3A. Windows color (decimal): -8908684 or 7606392. OLE color: 7606392.

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

Color convert

RGB 120 16 116 -
CMYK 0 0.87 0.03 0.53
HSL 302.31º 0.76% 0.27% -
HSV(B) 302.31º 0.87% 0.47% -
XYZ 11.08 5.62 17.02 -
YUV 58.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 120 16 116 0 0.87 0.03 0.53 302.31 0.76 0.27
Hex 78 10 74 0 57 3 35 12E 4C 1B
Octal 170 20 164 0 127 3 65 456 114 33
Binary 1111000 10000 1110100 0 1010111 11 110101 100101110 1001100 11011

Color Harmonies of #781074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781074

Black with #781074

Text Example


Text Example

White with #781074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781074; }

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

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

background-color css

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

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

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

border-color css

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

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

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