Html Css Color HEX #7C2B6D Dark Purple

📋 copy color: '#7C2B6D'

red 124 ◦ green 43 ◦ blue 109

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

Shades of Dark Purple #7C2B6D

Tints of Dark Purple #7C2B6D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.58%

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

R = 44.93%
G = 15.58%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C2B6D (or 0x7C2B6D) is known color: Dark Purple. HEX triplet: 7C, 2B and 6D. RGB value is (124,43,109). Sum of RGB (Red+Green+Blue) = 124+43+109=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2B6D is #83D492. Grayscale: #4A4A4A. Windows color (decimal): -8639635 or 7154556. OLE color: 7154556.

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

Color convert

RGB 124 43 109 -
CMYK 0 0.65 0.12 0.51
HSL 311.11º 0.49% 0.33% -
HSV(B) 311.11º 0.65% 0.49% -
XYZ 11.94 7.12 15.21 -
YUV 74.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 124 43 109 0 0.65 0.12 0.51 311.11 0.49 0.33
Hex 7C 2B 6D 0 41 C 33 137 31 21
Octal 174 53 155 0 101 14 63 467 61 41
Binary 1111100 101011 1101101 0 1000001 1100 110011 100110111 110001 100001

Color Harmonies of #7C2B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2B6D

Black with #7C2B6D

Text Example


Text Example

White with #7C2B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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