#780dc4

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

Shades of Dark Violet #780DC4

Tints of Dark Violet #780DC4

Color information

#780DC4 (or 0x780DC4) is unknown color: approx Dark Violet. HEX triplet: 78, 0D and C4. RGB value is (120,13,196). Sum of RGB (Red+Green+Blue) = 120+13+196=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 196 (76.95% from 255 or 59.57% from 329); Max value from RGB is 196 - color contains mainly: blue. Hex color #780DC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #780DC4 is #87F23B. Grayscale: #414141. Windows color (decimal): -8909372 or 12848504. OLE color: 12848504.

HSL color Cylindrical-coordinate representation of color #780DC4: hue angle of 275.08º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780DC4 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12013196-
CMYK0.390.9300.23
HSL275.08º87.56%40.98%-
HSV(B)275.08º93.37%76.86%-
XYZ17.858.2752.88-
YUV65.85201.45166.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 13 (5.47% from 255) = 3.95%
BLUE value IS 196 (76.95% from 255) = 59.57%
R=36.47%
G=3.95%
B=59.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal120131960.390.9300.23275.0887.5640.98
Hex78DC4275D0171135829
Octal170153044713502742313051
Binary111100011011100010010011110111010101111000100111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780dc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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