Html Css Color HEX #7C077A Purple

📋 copy color: '#7C077A'

red 124 ◦ green 7 ◦ blue 122

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

Shades of Purple #7C077A

Tints of Purple #7C077A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 48.22%

R = 49.01%
G = 2.77%
B = 48.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7C077A (or 0x7C077A) is known color: Purple. HEX triplet: 7C, 07 and 7A. RGB value is (124,7,122). Sum of RGB (Red+Green+Blue) = 124+7+122=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C077A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C077A is #83F885. Grayscale: #363636. Windows color (decimal): -8648838 or 7997308. OLE color: 7997308.

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

Color convert

RGB 124 7 122 -
CMYK 0 0.94 0.02 0.51
HSL 301.03º 0.89% 0.26% -
HSV(B) 301.03º 0.94% 0.49% -
XYZ 11.9 5.84 18.91 -
YUV 55.09 165.76 177.15 -
System Red Green Blue C M Y K H S L
Decimal 124 7 122 0 0.94 0.02 0.51 301.03 0.89 0.26
Hex 7C 7 7A 0 5E 2 33 12D 59 1A
Octal 174 7 172 0 136 2 63 455 131 32
Binary 1111100 111 1111010 0 1011110 10 110011 100101101 1011001 11010

Color Harmonies of #7C077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C077A

Black with #7C077A

Text Example


Text Example

White with #7C077A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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