Html Css Color HEX #78147C Purple

📋 copy color: '#78147C'

red 120 ◦ green 20 ◦ blue 124

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

Shades of Purple #78147C

Tints of Purple #78147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.58%

 BLUE value IS 124 (48.83% from 255) = 46.97%

R = 45.45%
G = 7.58%
B = 46.97%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78147C (or 0x78147C) is known color: Purple. HEX triplet: 78, 14 and 7C. RGB value is (120,20,124). Sum of RGB (Red+Green+Blue) = 120+20+124=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #78147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78147C is #87EB83. Grayscale: #3D3D3D. Windows color (decimal): -8907652 or 8131704. OLE color: 8131704.

HSL color Cylindrical-coordinate representation of color #78147C: hue angle of 297.69º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78147C is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 20 124 -
CMYK 0.03 0.84 0 0.51
HSL 297.69º 0.72% 0.28% -
HSV(B) 297.69º 0.84% 0.49% -
XYZ 11.63 5.95 19.6 -
YUV 61.76 163.13 169.54 -
System Red Green Blue C M Y K H S L
Decimal 120 20 124 0.03 0.84 0 0.51 297.69 0.72 0.28
Hex 78 14 7C 3 54 0 33 12A 48 1C
Octal 170 24 174 3 124 0 63 452 110 34
Binary 1111000 10100 1111100 11 1010100 0 110011 100101010 1001000 11100

Color Harmonies of #78147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78147C

Black with #78147C

Text Example


Text Example

White with #78147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78147C; }

 p { color: rgb(120,20,124); }

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

background-color css

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

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

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

border-color css

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

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

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