Html Css Color HEX #7C2D6B Dark Purple

📋 copy color: '#7C2D6B'

red 124 ◦ green 45 ◦ blue 107

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

Shades of Dark Purple #7C2D6B

Tints of Dark Purple #7C2D6B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.3%

 BLUE value IS 107 (42.19% from 255) = 38.77%

R = 44.93%
G = 16.3%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7C2D6B (or 0x7C2D6B) is known color: Dark Purple. HEX triplet: 7C, 2D and 6B. RGB value is (124,45,107). Sum of RGB (Red+Green+Blue) = 124+45+107=276 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.93% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2D6B is #83D294. Grayscale: #4B4B4B. Windows color (decimal): -8639125 or 7023996. OLE color: 7023996.

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

Color convert

RGB 124 45 107 -
CMYK 0 0.64 0.14 0.51
HSL 312.91º 0.47% 0.33% -
HSV(B) 312.91º 0.64% 0.49% -
XYZ 11.9 7.22 14.68 -
YUV 75.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 124 45 107 0 0.64 0.14 0.51 312.91 0.47 0.33
Hex 7C 2D 6B 0 40 E 33 139 2F 21
Octal 174 55 153 0 100 16 63 471 57 41
Binary 1111100 101101 1101011 0 1000000 1110 110011 100111001 101111 100001

Color Harmonies of #7C2D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2D6B

Black with #7C2D6B

Text Example


Text Example

White with #7C2D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,45,107); }

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

background-color css

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

 a { background-color: rgb(124,45,107); }

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

border-color css

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

 span { border-color: rgb(124,45,107); }

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