Html Css Color HEX #780178 Purple

📋 copy color: '#780178'

red 120 ◦ green 1 ◦ blue 120

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

Shades of Purple #780178

Tints of Purple #780178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 49.79%
G = 0.41%
B = 49.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#780178 (or 0x780178) is known color: Purple. HEX triplet: 78, 01 and 78. RGB value is (120,1,120). Sum of RGB (Red+Green+Blue) = 120+1+120=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #780178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780178 is #87FE87. Grayscale: #313131. Windows color (decimal): -8912520 or 7864696. OLE color: 7864696.

HSL color Cylindrical-coordinate representation of color #780178: hue angle of 300º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780178 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 1 120 -
CMYK 0 0.99 0 0.53
HSL 300º 0.98% 0.24% -
HSV(B) 300º 0.99% 0.47% -
XYZ 11.15 5.37 18.22 -
YUV 50.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 120 1 120 0 0.99 0 0.53 300 0.98 0.24
Hex 78 1 78 0 63 0 35 12C 62 18
Octal 170 1 170 0 143 0 65 454 142 30
Binary 1111000 1 1111000 0 1100011 0 110101 100101100 1100010 11000

Color Harmonies of #780178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780178

Black with #780178

Text Example


Text Example

White with #780178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780178; }

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

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

background-color css

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

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

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

border-color css

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

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

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