Html Css Color HEX #78007C Purple

📋 copy color: '#78007C'

red 120 ◦ green 0 ◦ blue 124

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

Shades of Purple #78007C

Tints of Purple #78007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.18%
G = 0%
B = 50.82%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78007C (or 0x78007C) is known color: Purple. HEX triplet: 78, 00 and 7C. RGB value is (120,0,124). Sum of RGB (Red+Green+Blue) = 120+0+124=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #78007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78007C is #87FF83. Grayscale: #313131. Windows color (decimal): -8912772 or 8126584. OLE color: 8126584.

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

Color convert

RGB 120 0 124 -
CMYK 0.03 1 0 0.51
HSL 298.06º 1% 0.24% -
HSV(B) 298.06º 1% 0.49% -
XYZ 11.38 5.45 19.52 -
YUV 50.02 169.76 177.92 -
System Red Green Blue C M Y K H S L
Decimal 120 0 124 0.03 1 0 0.51 298.06 1 0.24
Hex 78 0 7C 3 64 0 33 12A 64 18
Octal 170 0 174 3 144 0 63 452 144 30
Binary 1111000 0 1111100 11 1100100 0 110011 100101010 1100100 11000

Color Harmonies of #78007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78007C

Black with #78007C

Text Example


Text Example

White with #78007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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