Html Css Color HEX #7C1268 Dark Purple

📋 copy color: '#7C1268'

red 124 ◦ green 18 ◦ blue 104

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

Shades of Dark Purple #7C1268

Tints of Dark Purple #7C1268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.32%

 BLUE value IS 104 (41.02% from 255) = 42.28%

R = 50.41%
G = 7.32%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7C1268 (or 0x7C1268) is known color: Dark Purple. HEX triplet: 7C, 12 and 68. RGB value is (124,18,104). Sum of RGB (Red+Green+Blue) = 124+18+104=246 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.41% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1268 is #83ED97. Grayscale: #3B3B3B. Windows color (decimal): -8646040 or 6820476. OLE color: 6820476.

HSL color Cylindrical-coordinate representation of color #7C1268: hue angle of 311.32º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1268 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 18 104 -
CMYK 0 0.85 0.16 0.51
HSL 311.32º 0.75% 0.28% -
HSV(B) 311.32º 0.85% 0.49% -
XYZ 11.03 5.72 13.62 -
YUV 59.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 124 18 104 0 0.85 0.16 0.51 311.32 0.75 0.28
Hex 7C 12 68 0 55 10 33 137 4B 1C
Octal 174 22 150 0 125 20 63 467 113 34
Binary 1111100 10010 1101000 0 1010101 10000 110011 100110111 1001011 11100

Color Harmonies of #7C1268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1268

Black with #7C1268

Text Example


Text Example

White with #7C1268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,18,104); }

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

background-color css

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

 a { background-color: rgb(124,18,104); }

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

border-color css

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

 span { border-color: rgb(124,18,104); }

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