Html Css Color HEX #7C0C71 Purple

📋 copy color: '#7C0C71'

red 124 ◦ green 12 ◦ blue 113

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

Shades of Purple #7C0C71

Tints of Purple #7C0C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.82%

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

R = 49.8%
G = 4.82%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C0C71 (or 0x7C0C71) is known color: Purple. HEX triplet: 7C, 0C and 71. RGB value is (124,12,113). Sum of RGB (Red+Green+Blue) = 124+12+113=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0C71 is #83F38E. Grayscale: #383838. Windows color (decimal): -8647567 or 7408764. OLE color: 7408764.

HSL color Cylindrical-coordinate representation of color #7C0C71: hue angle of 305.89º degrees, saturation: 0.82, 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 #7C0C71 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 12 113 -
CMYK 0 0.90 0.09 0.51
HSL 305.89º 0.82% 0.27% -
HSV(B) 305.89º 0.9% 0.49% -
XYZ 11.42 5.74 16.13 -
YUV 57 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 124 12 113 0 0.90 0.09 0.51 305.89 0.82 0.27
Hex 7C C 71 0 5A 9 33 132 52 1B
Octal 174 14 161 0 132 11 63 462 122 33
Binary 1111100 1100 1110001 0 1011010 1001 110011 100110010 1010010 11011

Color Harmonies of #7C0C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0C71

Black with #7C0C71

Text Example


Text Example

White with #7C0C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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