Html Css Color HEX #7C0371 Purple

📋 copy color: '#7C0371'

red 124 ◦ green 3 ◦ blue 113

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

Shades of Purple #7C0371

Tints of Purple #7C0371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.25%

 BLUE value IS 113 (44.53% from 255) = 47.08%

R = 51.67%
G = 1.25%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C0371 (or 0x7C0371) is known color: Purple. HEX triplet: 7C, 03 and 71. RGB value is (124,3,113). Sum of RGB (Red+Green+Blue) = 124+3+113=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0371 is #83FC8E. Grayscale: #333333. Windows color (decimal): -8649871 or 7406460. OLE color: 7406460.

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

Color convert

RGB 124 3 113 -
CMYK 0 0.98 0.09 0.51
HSL 305.45º 0.95% 0.25% -
HSV(B) 305.45º 0.98% 0.49% -
XYZ 11.33 5.54 16.1 -
YUV 51.72 162.59 179.56 -
System Red Green Blue C M Y K H S L
Decimal 124 3 113 0 0.98 0.09 0.51 305.45 0.95 0.25
Hex 7C 3 71 0 62 9 33 131 5F 19
Octal 174 3 161 0 142 11 63 461 137 31
Binary 1111100 11 1110001 0 1100010 1001 110011 100110001 1011111 11001

Color Harmonies of #7C0371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0371

Black with #7C0371

Text Example


Text Example

White with #7C0371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,3,113); }

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

background-color css

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

 a { background-color: rgb(124,3,113); }

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

border-color css

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

 span { border-color: rgb(124,3,113); }

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