#7805CC

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

Shades of Dark Violet #7805CC

Tints of Dark Violet #7805CC

Color information

#7805CC (or 0x7805CC) is unknown color: approx Dark Violet. HEX triplet: 78, 05 and CC. RGB value is (120,5,204). Sum of RGB (Red+Green+Blue) = 120+5+204=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #7805CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7805CC is #87FA33. Grayscale: #3D3D3D. Windows color (decimal): -8911412 or 13370744. OLE color: 13370744.

HSL color Cylindrical-coordinate representation of color #7805CC: hue angle of 274.67º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7805CC is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1205204-
CMYK0.410.9800.2
HSL274.67º95.22%40.98%-
HSV(B)274.67º97.55%80%-
XYZ18.78.4657.77-
YUV62.07208.1169.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 5 (2.34% from 255) = 1.52%
BLUE value IS 204 (80.08% from 255) = 62.01%
R=36.47%
G=1.52%
B=62.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12052040.410.9800.2274.6795.2240.98
Hex785CC29620141135f29
Octal17053145114202442313751
Binary11110001011100110010100111000100101001000100111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7805CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7805CC; }

 p { color: rgb(120,5,204); }

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

<style>
 a { background-color: #7805CC; }

 a { background-color: rgb(120,5,204); }

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

<style>
 span { border-color: #7805CC; }

 span { border-color: rgb(120,5,204); }

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