#7C1762

Color #7C1762 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #7C1762

Tints of Dark Purple #7C1762

Color information

#7C1762 (or 0x7C1762) is unknown color: approx Dark Purple. HEX triplet: 7C, 17 and 62. RGB value is (124,23,98). Sum of RGB (Red+Green+Blue) = 124+23+98=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1762 is #83E89D. Grayscale: #3D3D3D. Windows color (decimal): -8644766 or 6428540. OLE color: 6428540.

HSL color Cylindrical-coordinate representation of color #7C1762: hue angle of 315.45º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C1762 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB1242398-
CMYK00.810.210.51
HSL315.45º68.71%28.82%-
HSV(B)315.45º81.45%48.63%-
XYZ10.825.7812.1-
YUV61.75148.46172.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 50.61%
GREEN value IS 23 (9.38% from 255) = 9.39%
BLUE value IS 98 (38.67% from 255) = 40%
R=50.61%
G=9.39%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124239800.810.210.51315.4568.7128.82
Hex7C1762051153313b451d
Octal174271420121256347310535
Binary11111001011111000100101000110101110011100111011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,23,98); }

 H1.HeaderClassName
 {
   color: #7C1762;
 }
 .AnyTagClassName
 {
   color: #7C1762;
 }
</style>
background-color css

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

 a { background-color: rgb(124,23,98); }

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

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

 span { border-color: rgb(124,23,98); }

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