Html Css Color HEX #7C296C Dark Purple

📋 copy color: '#7C296C'

red 124 ◦ green 41 ◦ blue 108

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

Shades of Dark Purple #7C296C

Tints of Dark Purple #7C296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.02%

 BLUE value IS 108 (42.58% from 255) = 39.56%

R = 45.42%
G = 15.02%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7C296C (or 0x7C296C) is known color: Dark Purple. HEX triplet: 7C, 29 and 6C. RGB value is (124,41,108). Sum of RGB (Red+Green+Blue) = 124+41+108=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C296C is #83D693. Grayscale: #494949. Windows color (decimal): -8640148 or 7088508. OLE color: 7088508.

HSL color Cylindrical-coordinate representation of color #7C296C: hue angle of 311.57º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C296C is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 41 108 -
CMYK 0 0.67 0.13 0.51
HSL 311.57º 0.5% 0.32% -
HSV(B) 311.57º 0.67% 0.49% -
XYZ 11.81 6.95 14.91 -
YUV 73.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 124 41 108 0 0.67 0.13 0.51 311.57 0.5 0.32
Hex 7C 29 6C 0 43 D 33 138 32 20
Octal 174 51 154 0 103 15 63 470 62 40
Binary 1111100 101001 1101100 0 1000011 1101 110011 100111000 110010 100000

Color Harmonies of #7C296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C296C

Black with #7C296C

Text Example


Text Example

White with #7C296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,41,108); }

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

background-color css

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

 a { background-color: rgb(124,41,108); }

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

border-color css

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

 span { border-color: rgb(124,41,108); }

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