Html Css Color HEX #7C246D Dark Purple

📋 copy color: '#7C246D'

red 124 ◦ green 36 ◦ blue 109

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

Shades of Dark Purple #7C246D

Tints of Dark Purple #7C246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.38%

 BLUE value IS 109 (42.97% from 255) = 40.52%

R = 46.1%
G = 13.38%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C246D (or 0x7C246D) is known color: Dark Purple. HEX triplet: 7C, 24 and 6D. RGB value is (124,36,109). Sum of RGB (Red+Green+Blue) = 124+36+109=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C246D is #83DB92. Grayscale: #464646. Windows color (decimal): -8641427 or 7152764. OLE color: 7152764.

HSL color Cylindrical-coordinate representation of color #7C246D: hue angle of 310.23º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C246D is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 36 109 -
CMYK 0 0.71 0.12 0.51
HSL 310.23º 0.55% 0.31% -
HSV(B) 310.23º 0.71% 0.49% -
XYZ 11.7 6.65 15.13 -
YUV 70.63 149.65 166.06 -
System Red Green Blue C M Y K H S L
Decimal 124 36 109 0 0.71 0.12 0.51 310.23 0.55 0.31
Hex 7C 24 6D 0 47 C 33 136 37 1F
Octal 174 44 155 0 107 14 63 466 67 37
Binary 1111100 100100 1101101 0 1000111 1100 110011 100110110 110111 11111

Color Harmonies of #7C246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C246D

Black with #7C246D

Text Example


Text Example

White with #7C246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,36,109); }

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

background-color css

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

 a { background-color: rgb(124,36,109); }

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

border-color css

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

 span { border-color: rgb(124,36,109); }

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