Html Css Color HEX #7C0182 Purple

📋 copy color: '#7C0182'

red 124 ◦ green 1 ◦ blue 130

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

Shades of Purple #7C0182

Tints of Purple #7C0182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 48.63%
G = 0.39%
B = 50.98%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7C0182 (or 0x7C0182) is known color: Purple. HEX triplet: 7C, 01 and 82. RGB value is (124,1,130). Sum of RGB (Red+Green+Blue) = 124+1+130=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #7C0182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0182 is #83FE7D. Grayscale: #343434. Windows color (decimal): -8650366 or 8520060. OLE color: 8520060.

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

Color convert

RGB 124 1 130 -
CMYK 0.05 0.99 0 0.49
HSL 297.21º 0.98% 0.26% -
HSV(B) 297.21º 0.99% 0.51% -
XYZ 12.35 5.92 21.61 -
YUV 52.48 171.75 179.01 -
System Red Green Blue C M Y K H S L
Decimal 124 1 130 0.05 0.99 0 0.49 297.21 0.98 0.26
Hex 7C 1 82 5 63 0 31 129 62 1A
Octal 174 1 202 5 143 0 61 451 142 32
Binary 1111100 1 10000010 101 1100011 0 110001 100101001 1100010 11010

Color Harmonies of #7C0182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0182

Black with #7C0182

Text Example


Text Example

White with #7C0182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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