Html Css Color HEX #7C0A78 Purple

📋 copy color: '#7C0A78'

red 124 ◦ green 10 ◦ blue 120

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

Shades of Purple #7C0A78

Tints of Purple #7C0A78

RGB

 RED value IS 124 (48.83% from 255) = 48.82%

 GREEN value IS 10 (4.3% from 255) = 3.94%

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

R = 48.82%
G = 3.94%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7C0A78 (or 0x7C0A78) is known color: Purple. HEX triplet: 7C, 0A and 78. RGB value is (124,10,120). Sum of RGB (Red+Green+Blue) = 124+10+120=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0A78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0A78 is #83F587. Grayscale: #383838. Windows color (decimal): -8648072 or 7867004. OLE color: 7867004.

HSL color Cylindrical-coordinate representation of color #7C0A78: hue angle of 302.11º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C0A78 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 10 120 -
CMYK 0 0.92 0.03 0.51
HSL 302.11º 0.85% 0.26% -
HSV(B) 302.11º 0.92% 0.49% -
XYZ 11.81 5.86 18.28 -
YUV 56.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 124 10 120 0 0.92 0.03 0.51 302.11 0.85 0.26
Hex 7C A 78 0 5C 3 33 12E 55 1A
Octal 174 12 170 0 134 3 63 456 125 32
Binary 1111100 1010 1111000 0 1011100 11 110011 100101110 1010101 11010

Color Harmonies of #7C0A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0A78

Black with #7C0A78

Text Example


Text Example

White with #7C0A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C0A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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