Html Css Color HEX #7C158D Purple

📋 copy color: '#7C158D'

red 124 ◦ green 21 ◦ blue 141

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

Shades of Purple #7C158D

Tints of Purple #7C158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.34%

 BLUE value IS 141 (55.47% from 255) = 49.3%

R = 43.36%
G = 7.34%
B = 49.3%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7C158D (or 0x7C158D) is known color: Purple. HEX triplet: 7C, 15 and 8D. RGB value is (124,21,141). Sum of RGB (Red+Green+Blue) = 124+21+141=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C158D is #83EA72. Grayscale: #414141. Windows color (decimal): -8645235 or 9246076. OLE color: 9246076.

HSL color Cylindrical-coordinate representation of color #7C158D: hue angle of 291.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C158D is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 124 21 141 -
CMYK 0.12 0.85 0 0.45
HSL 291.5º 0.74% 0.32% -
HSV(B) 291.5º 0.85% 0.55% -
XYZ 13.39 6.74 25.8 -
YUV 65.48 170.62 169.74 -
System Red Green Blue C M Y K H S L
Decimal 124 21 141 0.12 0.85 0 0.45 291.5 0.74 0.32
Hex 7C 15 8D C 55 0 2D 124 4A 20
Octal 174 25 215 14 125 0 55 444 112 40
Binary 1111100 10101 10001101 1100 1010101 0 101101 100100100 1001010 100000

Color Harmonies of #7C158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C158D

Black with #7C158D

Text Example


Text Example

White with #7C158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,21,141); }

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

background-color css

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

 a { background-color: rgb(124,21,141); }

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

border-color css

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

 span { border-color: rgb(124,21,141); }

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