#7005BF

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

Shades of Dark Violet #7005BF

Tints of Dark Violet #7005BF

Color information

#7005BF (or 0x7005BF) is unknown color: approx Dark Violet. HEX triplet: 70, 05 and BF. RGB value is (112,5,191). Sum of RGB (Red+Green+Blue) = 112+5+191=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #7005BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7005BF is #8FFA40. Grayscale: #393939. Windows color (decimal): -9435713 or 12518768. OLE color: 12518768.

HSL color Cylindrical-coordinate representation of color #7005BF: hue angle of 274.52º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7005BF is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1125191-
CMYK0.410.9700.25
HSL274.52º94.9%38.43%-
HSV(B)274.52º97.38%74.9%-
XYZ16.147.3149.85-
YUV58.2202.95166.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 5 (2.34% from 255) = 1.62%
BLUE value IS 191 (75% from 255) = 62.01%
R=36.36%
G=1.62%
B=62.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11251910.410.9700.25274.5294.938.43
Hex705BF29610191135f26
Octal16052775114103142313746
Binary11100001011011111110100111000010110011000100111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7005BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7005BF; }

 p { color: rgb(112,5,191); }

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

<style>
 a { background-color: #7005BF; }

 a { background-color: rgb(112,5,191); }

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

<style>
 span { border-color: #7005BF; }

 span { border-color: rgb(112,5,191); }

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