Html Css Color HEX #7C0173 Purple

📋 copy color: '#7C0173'

red 124 ◦ green 1 ◦ blue 115

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

Shades of Purple #7C0173

Tints of Purple #7C0173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 51.67%
G = 0.42%
B = 47.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7C0173 (or 0x7C0173) is known color: Purple. HEX triplet: 7C, 01 and 73. RGB value is (124,1,115). Sum of RGB (Red+Green+Blue) = 124+1+115=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0173 is #83FE8C. Grayscale: #323232. Windows color (decimal): -8650381 or 7537020. OLE color: 7537020.

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

Color convert

RGB 124 1 115 -
CMYK 0 0.99 0.07 0.51
HSL 304.39º 0.98% 0.25% -
HSV(B) 304.39º 0.99% 0.49% -
XYZ 11.42 5.54 16.69 -
YUV 50.77 164.25 180.23 -
System Red Green Blue C M Y K H S L
Decimal 124 1 115 0 0.99 0.07 0.51 304.39 0.98 0.25
Hex 7C 1 73 0 63 7 33 130 62 19
Octal 174 1 163 0 143 7 63 460 142 31
Binary 1111100 1 1110011 0 1100011 111 110011 100110000 1100010 11001

Color Harmonies of #7C0173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0173

Black with #7C0173

Text Example


Text Example

White with #7C0173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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