Html Css Color HEX #7C018E Purple

📋 copy color: '#7C018E'

red 124 ◦ green 1 ◦ blue 142

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

Shades of Purple #7C018E

Tints of Purple #7C018E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.18%

R = 46.44%
G = 0.37%
B = 53.18%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7C018E (or 0x7C018E) is known color: Purple. HEX triplet: 7C, 01 and 8E. RGB value is (124,1,142). Sum of RGB (Red+Green+Blue) = 124+1+142=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C018E is #83FE71. Grayscale: #353535. Windows color (decimal): -8650354 or 9306492. OLE color: 9306492.

HSL color Cylindrical-coordinate representation of color #7C018E: hue angle of 292.34º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C018E is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 124 1 142 -
CMYK 0.13 0.99 0 0.44
HSL 292.34º 0.99% 0.28% -
HSV(B) 292.34º 0.99% 0.56% -
XYZ 13.21 6.26 26.1 -
YUV 53.85 177.75 178.04 -
System Red Green Blue C M Y K H S L
Decimal 124 1 142 0.13 0.99 0 0.44 292.34 0.99 0.28
Hex 7C 1 8E D 63 0 2C 124 63 1C
Octal 174 1 216 15 143 0 54 444 143 34
Binary 1111100 1 10001110 1101 1100011 0 101100 100100100 1100011 11100

Color Harmonies of #7C018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C018E

Black with #7C018E

Text Example


Text Example

White with #7C018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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