#7705CC

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

Shades of Dark Violet #7705CC

Tints of Dark Violet #7705CC

Color information

#7705CC (or 0x7705CC) is unknown color: approx Dark Violet. HEX triplet: 77, 05 and CC. RGB value is (119,5,204). Sum of RGB (Red+Green+Blue) = 119+5+204=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #7705CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7705CC is #88FA33. Grayscale: #3D3D3D. Windows color (decimal): -8976948 or 13370743. OLE color: 13370743.

HSL color Cylindrical-coordinate representation of color #7705CC: hue angle of 274.37º 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 #7705CC is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1195204-
CMYK0.420.9800.2
HSL274.37º95.22%40.98%-
HSV(B)274.37º97.55%80%-
XYZ18.568.3957.77-
YUV61.77208.27168.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 5 (2.34% from 255) = 1.52%
BLUE value IS 204 (80.08% from 255) = 62.20%
R=36.28%
G=1.52%
B=62.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal11952040.420.9800.2274.3795.2240.98
Hex775CC2A620141125f29
Octal16753145214202442213751
Binary11101111011100110010101011000100101001000100101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7705CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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