Html Css Color HEX #7C1989 Purple

📋 copy color: '#7C1989'

red 124 ◦ green 25 ◦ blue 137

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

Shades of Purple #7C1989

Tints of Purple #7C1989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.74%

 BLUE value IS 137 (53.91% from 255) = 47.9%

R = 43.36%
G = 8.74%
B = 47.9%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7C1989 (or 0x7C1989) is known color: Purple. HEX triplet: 7C, 19 and 89. RGB value is (124,25,137). Sum of RGB (Red+Green+Blue) = 124+25+137=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C1989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1989 is #83E676. Grayscale: #434343. Windows color (decimal): -8644215 or 8984956. OLE color: 8984956.

HSL color Cylindrical-coordinate representation of color #7C1989: hue angle of 293.04º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C1989 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 124 25 137 -
CMYK 0.09 0.82 0 0.46
HSL 293.04º 0.69% 0.32% -
HSV(B) 293.04º 0.82% 0.54% -
XYZ 13.18 6.79 24.28 -
YUV 67.37 167.3 168.39 -
System Red Green Blue C M Y K H S L
Decimal 124 25 137 0.09 0.82 0 0.46 293.04 0.69 0.32
Hex 7C 19 89 9 52 0 2E 125 45 20
Octal 174 31 211 11 122 0 56 445 105 40
Binary 1111100 11001 10001001 1001 1010010 0 101110 100100101 1000101 100000

Color Harmonies of #7C1989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1989

Black with #7C1989

Text Example


Text Example

White with #7C1989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,25,137); }

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

background-color css

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

 a { background-color: rgb(124,25,137); }

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

border-color css

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

 span { border-color: rgb(124,25,137); }

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