Html Css Color HEX #7C078A Purple

📋 copy color: '#7C078A'

red 124 ◦ green 7 ◦ blue 138

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

Shades of Purple #7C078A

Tints of Purple #7C078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.6%

 BLUE value IS 138 (54.3% from 255) = 51.3%

R = 46.1%
G = 2.6%
B = 51.3%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7C078A (or 0x7C078A) is known color: Purple. HEX triplet: 7C, 07 and 8A. RGB value is (124,7,138). Sum of RGB (Red+Green+Blue) = 124+7+138=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C078A is #83F875. Grayscale: #383838. Windows color (decimal): -8648822 or 9045884. OLE color: 9045884.

HSL color Cylindrical-coordinate representation of color #7C078A: hue angle of 293.59º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C078A is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 124 7 138 -
CMYK 0.10 0.95 0 0.46
HSL 293.59º 0.9% 0.28% -
HSV(B) 293.59º 0.95% 0.54% -
XYZ 12.98 6.27 24.57 -
YUV 56.92 173.76 175.85 -
System Red Green Blue C M Y K H S L
Decimal 124 7 138 0.10 0.95 0 0.46 293.59 0.9 0.28
Hex 7C 7 8A A 5F 0 2E 126 5A 1C
Octal 174 7 212 12 137 0 56 446 132 34
Binary 1111100 111 10001010 1010 1011111 0 101110 100100110 1011010 11100

Color Harmonies of #7C078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C078A

Black with #7C078A

Text Example


Text Example

White with #7C078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,7,138); }

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

background-color css

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

 a { background-color: rgb(124,7,138); }

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

border-color css

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

 span { border-color: rgb(124,7,138); }

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