Html Css Color HEX #7C0D72 Purple

📋 copy color: '#7C0D72'

red 124 ◦ green 13 ◦ blue 114

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

Shades of Purple #7C0D72

Tints of Purple #7C0D72

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.18%

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

R = 49.4%
G = 5.18%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7C0D72 (or 0x7C0D72) is known color: Purple. HEX triplet: 7C, 0D and 72. RGB value is (124,13,114). Sum of RGB (Red+Green+Blue) = 124+13+114=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0D72 is #83F28D. Grayscale: #393939. Windows color (decimal): -8647310 or 7474556. OLE color: 7474556.

HSL color Cylindrical-coordinate representation of color #7C0D72: hue angle of 305.41º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0D72 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 13 114 -
CMYK 0 0.90 0.08 0.51
HSL 305.41º 0.81% 0.27% -
HSV(B) 305.41º 0.9% 0.49% -
XYZ 11.49 5.79 16.43 -
YUV 57.7 159.77 175.29 -
System Red Green Blue C M Y K H S L
Decimal 124 13 114 0 0.90 0.08 0.51 305.41 0.81 0.27
Hex 7C D 72 0 5A 8 33 131 51 1B
Octal 174 15 162 0 132 10 63 461 121 33
Binary 1111100 1101 1110010 0 1011010 1000 110011 100110001 1010001 11011

Color Harmonies of #7C0D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0D72

Black with #7C0D72

Text Example


Text Example

White with #7C0D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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