Html Css Color HEX #7C0183 Purple

📋 copy color: '#7C0183'

red 124 ◦ green 1 ◦ blue 131

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

Shades of Purple #7C0183

Tints of Purple #7C0183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 51.17%

R = 48.44%
G = 0.39%
B = 51.17%

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

#7C0183 (or 0x7C0183) is known color: Purple. HEX triplet: 7C, 01 and 83. RGB value is (124,1,131). Sum of RGB (Red+Green+Blue) = 124+1+131=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 131 (51.56% from 255 or 51.17% from 256); Max value from RGB is 131 - color contains mainly: blue. Hex color #7C0183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0183 is #83FE7C. Grayscale: #343434. Windows color (decimal): -8650365 or 8585596. OLE color: 8585596.

HSL color Cylindrical-coordinate representation of color #7C0183: hue angle of 296.77º 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 #7C0183 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 124 1 131 -
CMYK 0.05 0.99 0 0.49
HSL 296.77º 0.98% 0.26% -
HSV(B) 296.77º 0.99% 0.51% -
XYZ 12.42 5.95 21.97 -
YUV 52.6 172.25 178.93 -
System Red Green Blue C M Y K H S L
Decimal 124 1 131 0.05 0.99 0 0.49 296.77 0.98 0.26
Hex 7C 1 83 5 63 0 31 129 62 1A
Octal 174 1 203 5 143 0 61 451 142 32
Binary 1111100 1 10000011 101 1100011 0 110001 100101001 1100010 11010

Color Harmonies of #7C0183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0183

Black with #7C0183

Text Example


Text Example

White with #7C0183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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