Html Css Color HEX #7C0672 Purple

📋 copy color: '#7C0672'

red 124 ◦ green 6 ◦ blue 114

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

Shades of Purple #7C0672

Tints of Purple #7C0672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.46%

 BLUE value IS 114 (44.92% from 255) = 46.72%

R = 50.82%
G = 2.46%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7C0672 (or 0x7C0672) is known color: Purple. HEX triplet: 7C, 06 and 72. RGB value is (124,6,114). Sum of RGB (Red+Green+Blue) = 124+6+114=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0672 is #83F98D. Grayscale: #353535. Windows color (decimal): -8649102 or 7472764. OLE color: 7472764.

HSL color Cylindrical-coordinate representation of color #7C0672: hue angle of 305.08º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C0672 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 6 114 -
CMYK 0 0.95 0.08 0.51
HSL 305.08º 0.91% 0.25% -
HSV(B) 305.08º 0.95% 0.49% -
XYZ 11.41 5.63 16.4 -
YUV 53.59 162.09 178.22 -
System Red Green Blue C M Y K H S L
Decimal 124 6 114 0 0.95 0.08 0.51 305.08 0.91 0.25
Hex 7C 6 72 0 5F 8 33 131 5B 19
Octal 174 6 162 0 137 10 63 461 133 31
Binary 1111100 110 1110010 0 1011111 1000 110011 100110001 1011011 11001

Color Harmonies of #7C0672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0672

Black with #7C0672

Text Example


Text Example

White with #7C0672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,6,114); }

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

background-color css

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

 a { background-color: rgb(124,6,114); }

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

border-color css

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

 span { border-color: rgb(124,6,114); }

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