Html Css Color HEX #781278 Purple

📋 copy color: '#781278'

red 120 ◦ green 18 ◦ blue 120

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

Shades of Purple #781278

Tints of Purple #781278

RGB

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

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

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

R = 46.51%
G = 6.98%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#781278 (or 0x781278) is known color: Purple. HEX triplet: 78, 12 and 78. RGB value is (120,18,120). Sum of RGB (Red+Green+Blue) = 120+18+120=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #781278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781278 is #87ED87. Grayscale: #3B3B3B. Windows color (decimal): -8908168 or 7869048. OLE color: 7869048.

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

Color convert

RGB 120 18 120 -
CMYK 0 0.85 0 0.53
HSL 300º 0.74% 0.27% -
HSV(B) 300º 0.85% 0.47% -
XYZ 11.35 5.78 18.29 -
YUV 60.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 120 18 120 0 0.85 0 0.53 300 0.74 0.27
Hex 78 12 78 0 55 0 35 12C 4A 1B
Octal 170 22 170 0 125 0 65 454 112 33
Binary 1111000 10010 1111000 0 1010101 0 110101 100101100 1001010 11011

Color Harmonies of #781278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781278

Black with #781278

Text Example


Text Example

White with #781278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781278; }

 p { color: rgb(120,18,120); }

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

background-color css

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

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

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

border-color css

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

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

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