Html Css Color HEX #7C1082 Purple

📋 copy color: '#7C1082'

red 124 ◦ green 16 ◦ blue 130

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

Shades of Purple #7C1082

Tints of Purple #7C1082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.15%

R = 45.93%
G = 5.93%
B = 48.15%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7C1082 (or 0x7C1082) is known color: Purple. HEX triplet: 7C, 10 and 82. RGB value is (124,16,130). Sum of RGB (Red+Green+Blue) = 124+16+130=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #7C1082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1082 is #83EF7D. Grayscale: #3C3C3C. Windows color (decimal): -8646526 or 8523900. OLE color: 8523900.

HSL color Cylindrical-coordinate representation of color #7C1082: hue angle of 296.84º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C1082 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 124 16 130 -
CMYK 0.05 0.88 0 0.49
HSL 296.84º 0.78% 0.29% -
HSV(B) 296.84º 0.88% 0.51% -
XYZ 12.53 6.27 21.67 -
YUV 61.29 166.78 172.73 -
System Red Green Blue C M Y K H S L
Decimal 124 16 130 0.05 0.88 0 0.49 296.84 0.78 0.29
Hex 7C 10 82 5 58 0 31 129 4E 1D
Octal 174 20 202 5 130 0 61 451 116 35
Binary 1111100 10000 10000010 101 1011000 0 110001 100101001 1001110 11101

Color Harmonies of #7C1082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1082

Black with #7C1082

Text Example


Text Example

White with #7C1082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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