Html Css Color HEX #7C006D Purple

📋 copy color: '#7C006D'

red 124 ◦ green 0 ◦ blue 109

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

Shades of Purple #7C006D

Tints of Purple #7C006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 46.78%

R = 53.22%
G = 0%
B = 46.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C006D (or 0x7C006D) is known color: Purple. HEX triplet: 7C, 00 and 6D. RGB value is (124,0,109). Sum of RGB (Red+Green+Blue) = 124+0+109=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C006D is #83FF92. Grayscale: #313131. Windows color (decimal): -8650643 or 7143548. OLE color: 7143548.

HSL color Cylindrical-coordinate representation of color #7C006D: hue angle of 307.26º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C006D is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 0 109 -
CMYK 0 1 0.12 0.51
HSL 307.26º 1% 0.24% -
HSV(B) 307.26º 1% 0.49% -
XYZ 11.07 5.39 14.92 -
YUV 49.5 161.58 181.14 -
System Red Green Blue C M Y K H S L
Decimal 124 0 109 0 1 0.12 0.51 307.26 1 0.24
Hex 7C 0 6D 0 64 C 33 133 64 18
Octal 174 0 155 0 144 14 63 463 144 30
Binary 1111100 0 1101101 0 1100100 1100 110011 100110011 1100100 11000

Color Harmonies of #7C006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C006D

Black with #7C006D

Text Example


Text Example

White with #7C006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,0,109); }

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

background-color css

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

 a { background-color: rgb(124,0,109); }

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

border-color css

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

 span { border-color: rgb(124,0,109); }

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