Html Css Color HEX #7C0372 Purple

📋 copy color: '#7C0372'

red 124 ◦ green 3 ◦ blue 114

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

Shades of Purple #7C0372

Tints of Purple #7C0372

RGB

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

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

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

R = 51.45%
G = 1.24%
B = 47.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7C0372 (or 0x7C0372) is known color: Purple. HEX triplet: 7C, 03 and 72. RGB value is (124,3,114). Sum of RGB (Red+Green+Blue) = 124+3+114=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0372 is #83FC8D. Grayscale: #333333. Windows color (decimal): -8649870 or 7471996. OLE color: 7471996.

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

Color convert

RGB 124 3 114 -
CMYK 0 0.98 0.08 0.51
HSL 304.96º 0.95% 0.25% -
HSV(B) 304.96º 0.98% 0.49% -
XYZ 11.38 5.57 16.39 -
YUV 51.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 124 3 114 0 0.98 0.08 0.51 304.96 0.95 0.25
Hex 7C 3 72 0 62 8 33 131 5F 19
Octal 174 3 162 0 142 10 63 461 137 31
Binary 1111100 11 1110010 0 1100010 1000 110011 100110001 1011111 11001

Color Harmonies of #7C0372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0372

Black with #7C0372

Text Example


Text Example

White with #7C0372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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