Html Css Color HEX #7C127D Purple

📋 copy color: '#7C127D'

red 124 ◦ green 18 ◦ blue 125

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

Shades of Purple #7C127D

Tints of Purple #7C127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.74%

 BLUE value IS 125 (49.22% from 255) = 46.82%

R = 46.44%
G = 6.74%
B = 46.82%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7C127D (or 0x7C127D) is known color: Purple. HEX triplet: 7C, 12 and 7D. RGB value is (124,18,125). Sum of RGB (Red+Green+Blue) = 124+18+125=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C127D is #83ED82. Grayscale: #3D3D3D. Windows color (decimal): -8646019 or 8196732. OLE color: 8196732.

HSL color Cylindrical-coordinate representation of color #7C127D: hue angle of 299.44º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C127D is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 18 125 -
CMYK 0.01 0.86 0 0.51
HSL 299.44º 0.75% 0.28% -
HSV(B) 299.44º 0.86% 0.49% -
XYZ 12.23 6.2 19.95 -
YUV 61.89 163.62 172.3 -
System Red Green Blue C M Y K H S L
Decimal 124 18 125 0.01 0.86 0 0.51 299.44 0.75 0.28
Hex 7C 12 7D 1 56 0 33 12B 4B 1C
Octal 174 22 175 1 126 0 63 453 113 34
Binary 1111100 10010 1111101 1 1010110 0 110011 100101011 1001011 11100

Color Harmonies of #7C127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C127D

Black with #7C127D

Text Example


Text Example

White with #7C127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,18,125); }

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

background-color css

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

 a { background-color: rgb(124,18,125); }

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

border-color css

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

 span { border-color: rgb(124,18,125); }

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