Html Css Color HEX #7C147E Purple

📋 copy color: '#7C147E'

red 124 ◦ green 20 ◦ blue 126

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

Shades of Purple #7C147E

Tints of Purple #7C147E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.41%

 BLUE value IS 126 (49.61% from 255) = 46.67%

R = 45.93%
G = 7.41%
B = 46.67%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7C147E (or 0x7C147E) is known color: Purple. HEX triplet: 7C, 14 and 7E. RGB value is (124,20,126). Sum of RGB (Red+Green+Blue) = 124+20+126=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C147E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C147E is #83EB81. Grayscale: #3E3E3E. Windows color (decimal): -8645506 or 8262780. OLE color: 8262780.

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

Color convert

RGB 124 20 126 -
CMYK 0.02 0.84 0 0.51
HSL 298.87º 0.73% 0.29% -
HSV(B) 298.87º 0.84% 0.49% -
XYZ 12.33 6.29 20.3 -
YUV 63.18 163.46 171.38 -
System Red Green Blue C M Y K H S L
Decimal 124 20 126 0.02 0.84 0 0.51 298.87 0.73 0.29
Hex 7C 14 7E 2 54 0 33 12B 49 1D
Octal 174 24 176 2 124 0 63 453 111 35
Binary 1111100 10100 1111110 10 1010100 0 110011 100101011 1001001 11101

Color Harmonies of #7C147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C147E

Black with #7C147E

Text Example


Text Example

White with #7C147E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,20,126); }

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

background-color css

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

 a { background-color: rgb(124,20,126); }

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

border-color css

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

 span { border-color: rgb(124,20,126); }

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