Html Css Color HEX #7C147F Purple

📋 copy color: '#7C147F'

red 124 ◦ green 20 ◦ blue 127

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

Shades of Purple #7C147F

Tints of Purple #7C147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.86%

R = 45.76%
G = 7.38%
B = 46.86%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7C147F (or 0x7C147F) is known color: Purple. HEX triplet: 7C, 14 and 7F. RGB value is (124,20,127). Sum of RGB (Red+Green+Blue) = 124+20+127=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #7C147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C147F is #83EB80. Grayscale: #3E3E3E. Windows color (decimal): -8645505 or 8328316. OLE color: 8328316.

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

Color convert

RGB 124 20 127 -
CMYK 0.02 0.84 0 0.50
HSL 298.32º 0.73% 0.29% -
HSV(B) 298.32º 0.84% 0.5% -
XYZ 12.39 6.32 20.64 -
YUV 63.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 124 20 127 0.02 0.84 0 0.50 298.32 0.73 0.29
Hex 7C 14 7F 2 54 0 32 12A 49 1D
Octal 174 24 177 2 124 0 62 452 111 35
Binary 1111100 10100 1111111 10 1010100 0 110010 100101010 1001001 11101

Color Harmonies of #7C147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C147F

Black with #7C147F

Text Example


Text Example

White with #7C147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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