Html Css Color HEX #7C0473 Purple

📋 copy color: '#7C0473'

red 124 ◦ green 4 ◦ blue 115

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

Shades of Purple #7C0473

Tints of Purple #7C0473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

 BLUE value IS 115 (45.31% from 255) = 47.33%

R = 51.03%
G = 1.65%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7C0473 (or 0x7C0473) is known color: Purple. HEX triplet: 7C, 04 and 73. RGB value is (124,4,115). Sum of RGB (Red+Green+Blue) = 124+4+115=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0473 is #83FB8C. Grayscale: #343434. Windows color (decimal): -8649613 or 7537788. OLE color: 7537788.

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

Color convert

RGB 124 4 115 -
CMYK 0 0.97 0.07 0.51
HSL 304.5º 0.94% 0.25% -
HSV(B) 304.5º 0.97% 0.49% -
XYZ 11.45 5.61 16.7 -
YUV 52.53 163.26 178.97 -
System Red Green Blue C M Y K H S L
Decimal 124 4 115 0 0.97 0.07 0.51 304.5 0.94 0.25
Hex 7C 4 73 0 61 7 33 130 5E 19
Octal 174 4 163 0 141 7 63 460 136 31
Binary 1111100 100 1110011 0 1100001 111 110011 100110000 1011110 11001

Color Harmonies of #7C0473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0473

Black with #7C0473

Text Example


Text Example

White with #7C0473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,4,115); }

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

background-color css

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

 a { background-color: rgb(124,4,115); }

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

border-color css

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

 span { border-color: rgb(124,4,115); }

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