Html Css Color HEX #78018E Purple

📋 copy color: '#78018E'

red 120 ◦ green 1 ◦ blue 142

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

Shades of Purple #78018E

Tints of Purple #78018E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.99%

R = 45.63%
G = 0.38%
B = 53.99%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#78018E (or 0x78018E) is known color: Purple. HEX triplet: 78, 01 and 8E. RGB value is (120,1,142). Sum of RGB (Red+Green+Blue) = 120+1+142=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #78018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78018E is #87FE71. Grayscale: #343434. Windows color (decimal): -8912498 or 9306488. OLE color: 9306488.

HSL color Cylindrical-coordinate representation of color #78018E: hue angle of 290.64º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78018E is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 1 142 -
CMYK 0.15 0.99 0 0.44
HSL 290.64º 0.99% 0.28% -
HSV(B) 290.64º 0.99% 0.56% -
XYZ 12.64 5.97 26.08 -
YUV 52.66 178.42 176.04 -
System Red Green Blue C M Y K H S L
Decimal 120 1 142 0.15 0.99 0 0.44 290.64 0.99 0.28
Hex 78 1 8E F 63 0 2C 123 63 1C
Octal 170 1 216 17 143 0 54 443 143 34
Binary 1111000 1 10001110 1111 1100011 0 101100 100100011 1100011 11100

Color Harmonies of #78018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78018E

Black with #78018E

Text Example


Text Example

White with #78018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78018E; }

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

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

background-color css

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

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

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

border-color css

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

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

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