Html Css Color HEX #7C077D Purple

📋 copy color: '#7C077D'

red 124 ◦ green 7 ◦ blue 125

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

Shades of Purple #7C077D

Tints of Purple #7C077D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

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

R = 48.44%
G = 2.73%
B = 48.83%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7C077D (or 0x7C077D) is known color: Purple. HEX triplet: 7C, 07 and 7D. RGB value is (124,7,125). Sum of RGB (Red+Green+Blue) = 124+7+125=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C077D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C077D is #83F882. Grayscale: #373737. Windows color (decimal): -8648835 or 8193916. OLE color: 8193916.

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

Color convert

RGB 124 7 125 -
CMYK 0.01 0.94 0 0.51
HSL 299.49º 0.89% 0.26% -
HSV(B) 299.49º 0.94% 0.49% -
XYZ 12.09 5.92 19.91 -
YUV 55.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 124 7 125 0.01 0.94 0 0.51 299.49 0.89 0.26
Hex 7C 7 7D 1 5E 0 33 12B 59 1A
Octal 174 7 175 1 136 0 63 453 131 32
Binary 1111100 111 1111101 1 1011110 0 110011 100101011 1011001 11010

Color Harmonies of #7C077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C077D

Black with #7C077D

Text Example


Text Example

White with #7C077D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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