Html Css Color HEX #7C107A Purple

📋 copy color: '#7C107A'

red 124 ◦ green 16 ◦ blue 122

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

Shades of Purple #7C107A

Tints of Purple #7C107A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.11%

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

R = 47.33%
G = 6.11%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7C107A (or 0x7C107A) is known color: Purple. HEX triplet: 7C, 10 and 7A. RGB value is (124,16,122). Sum of RGB (Red+Green+Blue) = 124+16+122=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C107A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C107A is #83EF85. Grayscale: #3C3C3C. Windows color (decimal): -8646534 or 7999612. OLE color: 7999612.

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

Color convert

RGB 124 16 122 -
CMYK 0 0.87 0.02 0.51
HSL 301.11º 0.77% 0.27% -
HSV(B) 301.11º 0.87% 0.49% -
XYZ 12.01 6.06 18.95 -
YUV 60.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 124 16 122 0 0.87 0.02 0.51 301.11 0.77 0.27
Hex 7C 10 7A 0 57 2 33 12D 4D 1B
Octal 174 20 172 0 127 2 63 455 115 33
Binary 1111100 10000 1111010 0 1010111 10 110011 100101101 1001101 11011

Color Harmonies of #7C107A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C107A

Black with #7C107A

Text Example


Text Example

White with #7C107A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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