Html Css Color HEX #7C006A Purple

📋 copy color: '#7C006A'

red 124 ◦ green 0 ◦ blue 106

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

Shades of Purple #7C006A

Tints of Purple #7C006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 46.09%

R = 53.91%
G = 0%
B = 46.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7C006A (or 0x7C006A) is known color: Purple. HEX triplet: 7C, 00 and 6A. RGB value is (124,0,106). Sum of RGB (Red+Green+Blue) = 124+0+106=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C006A is #83FF95. Grayscale: #303030. Windows color (decimal): -8650646 or 6946940. OLE color: 6946940.

HSL color Cylindrical-coordinate representation of color #7C006A: hue angle of 308.71º 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 #7C006A is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 0 106 -
CMYK 0 1 0.15 0.51
HSL 308.71º 1% 0.24% -
HSV(B) 308.71º 1% 0.49% -
XYZ 10.91 5.33 14.09 -
YUV 49.16 160.08 181.38 -
System Red Green Blue C M Y K H S L
Decimal 124 0 106 0 1 0.15 0.51 308.71 1 0.24
Hex 7C 0 6A 0 64 F 33 135 64 18
Octal 174 0 152 0 144 17 63 465 144 30
Binary 1111100 0 1101010 0 1100100 1111 110011 100110101 1100100 11000

Color Harmonies of #7C006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C006A

Black with #7C006A

Text Example


Text Example

White with #7C006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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