Html Css Color HEX #7C256C Dark Purple

📋 copy color: '#7C256C'

red 124 ◦ green 37 ◦ blue 108

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

Shades of Dark Purple #7C256C

Tints of Dark Purple #7C256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.75%

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

R = 46.1%
G = 13.75%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7C256C (or 0x7C256C) is known color: Dark Purple. HEX triplet: 7C, 25 and 6C. RGB value is (124,37,108). Sum of RGB (Red+Green+Blue) = 124+37+108=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C256C is #83DA93. Grayscale: #464646. Windows color (decimal): -8641172 or 7087484. OLE color: 7087484.

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

Color convert

RGB 124 37 108 -
CMYK 0 0.70 0.13 0.51
HSL 311.03º 0.54% 0.32% -
HSV(B) 311.03º 0.7% 0.49% -
XYZ 11.68 6.69 14.86 -
YUV 71.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 124 37 108 0 0.70 0.13 0.51 311.03 0.54 0.32
Hex 7C 25 6C 0 46 D 33 137 36 20
Octal 174 45 154 0 106 15 63 467 66 40
Binary 1111100 100101 1101100 0 1000110 1101 110011 100110111 110110 100000

Color Harmonies of #7C256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C256C

Black with #7C256C

Text Example


Text Example

White with #7C256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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