Html Css Color HEX #7C286D Dark Purple

📋 copy color: '#7C286D'

red 124 ◦ green 40 ◦ blue 109

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

Shades of Dark Purple #7C286D

Tints of Dark Purple #7C286D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

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

R = 45.42%
G = 14.65%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C286D (or 0x7C286D) is known color: Dark Purple. HEX triplet: 7C, 28 and 6D. RGB value is (124,40,109). Sum of RGB (Red+Green+Blue) = 124+40+109=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C286D is #83D792. Grayscale: #484848. Windows color (decimal): -8640403 or 7153788. OLE color: 7153788.

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

Color convert

RGB 124 40 109 -
CMYK 0 0.68 0.12 0.51
HSL 310.71º 0.51% 0.32% -
HSV(B) 310.71º 0.68% 0.49% -
XYZ 11.83 6.91 15.18 -
YUV 72.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 124 40 109 0 0.68 0.12 0.51 310.71 0.51 0.32
Hex 7C 28 6D 0 44 C 33 137 33 20
Octal 174 50 155 0 104 14 63 467 63 40
Binary 1111100 101000 1101101 0 1000100 1100 110011 100110111 110011 100000

Color Harmonies of #7C286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C286D

Black with #7C286D

Text Example


Text Example

White with #7C286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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