#77246D

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

Shades of Dark Purple #77246D

Tints of Dark Purple #77246D

Color information

#77246D (or 0x77246D) is unknown color: approx Dark Purple. HEX triplet: 77, 24 and 6D. RGB value is (119,36,109). Sum of RGB (Red+Green+Blue) = 119+36+109=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77246D is #88DB92. Grayscale: #444444. Windows color (decimal): -8969107 or 7152759. OLE color: 7152759.

HSL color Cylindrical-coordinate representation of color #77246D: hue angle of 307.23º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77246D is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB11936109-
CMYK00.700.080.53
HSL307.23º53.55%30.39%-
HSV(B)307.23º69.75%46.67%-
XYZ116.2915.1-
YUV69.14150.5163.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.08%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=45.08%
G=13.64%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1193610900.700.080.53307.2353.5530.39
Hex77246D046835133361e
Octal16744155010610654636636
Binary1110111100100110110101000110100011010110011001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77246D; }

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

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

<style>
 a { background-color: #77246D; }

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

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

<style>
 span { border-color: #77246D; }

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

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