Html Css Color HEX #78157C Purple

📋 copy color: '#78157C'

red 120 ◦ green 21 ◦ blue 124

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

Shades of Purple #78157C

Tints of Purple #78157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

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

R = 45.28%
G = 7.92%
B = 46.79%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78157C (or 0x78157C) is known color: Purple. HEX triplet: 78, 15 and 7C. RGB value is (120,21,124). Sum of RGB (Red+Green+Blue) = 120+21+124=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #78157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78157C is #87EA83. Grayscale: #3E3E3E. Windows color (decimal): -8907396 or 8131960. OLE color: 8131960.

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

Color convert

RGB 120 21 124 -
CMYK 0.03 0.83 0 0.51
HSL 297.67º 0.71% 0.28% -
HSV(B) 297.67º 0.83% 0.49% -
XYZ 11.65 5.98 19.61 -
YUV 62.34 162.8 169.12 -
System Red Green Blue C M Y K H S L
Decimal 120 21 124 0.03 0.83 0 0.51 297.67 0.71 0.28
Hex 78 15 7C 3 53 0 33 12A 47 1C
Octal 170 25 174 3 123 0 63 452 107 34
Binary 1111000 10101 1111100 11 1010011 0 110011 100101010 1000111 11100

Color Harmonies of #78157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78157C

Black with #78157C

Text Example


Text Example

White with #78157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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