#780D67

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

Shades of Dark Purple #780D67

Tints of Dark Purple #780D67

Color information

#780D67 (or 0x780D67) is unknown color: approx Dark Purple. HEX triplet: 78, 0D and 67. RGB value is (120,13,103). Sum of RGB (Red+Green+Blue) = 120+13+103=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #780D67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D67 is #87F298. Grayscale: #373737. Windows color (decimal): -8909465 or 6753656. OLE color: 6753656.

HSL color Cylindrical-coordinate representation of color #780D67: hue angle of 309.53º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D67 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB12013103-
CMYK00.890.140.53
HSL309.53º80.45%26.08%-
HSV(B)309.53º89.17%47.06%-
XYZ10.345.2613.3-
YUV55.25154.95174.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 13 (5.47% from 255) = 5.51%
BLUE value IS 103 (40.62% from 255) = 43.64%
R=50.85%
G=5.51%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201310300.890.140.53309.5380.4526.08
Hex78D67059E35136501a
Octal170151470131166546612032
Binary111100011011100111010110011110110101100110110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780D67; }

 p { color: rgb(120,13,103); }

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

<style>
 a { background-color: #780D67; }

 a { background-color: rgb(120,13,103); }

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

<style>
 span { border-color: #780D67; }

 span { border-color: rgb(120,13,103); }

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