#7047CF

Color #7047CF Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7047CF

Tints of Slate Blue #7047CF

Color information

#7047CF (or 0x7047CF) is unknown color: approx Slate Blue. HEX triplet: 70, 47 and CF. RGB value is (112,71,207). Sum of RGB (Red+Green+Blue) = 112+71+207=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #7047CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7047CF is #8FB830. Grayscale: #626262. Windows color (decimal): -9418801 or 13584240. OLE color: 13584240.

HSL color Cylindrical-coordinate representation of color #7047CF: hue angle of 258.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7047CF is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11271207-
CMYK0.460.6600.19
HSL258.09º58.62%54.51%-
HSV(B)258.09º65.7%81.18%-
XYZ20.212.4660.37-
YUV98.76189.08137.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.72%
GREEN value IS 71 (28.12% from 255) = 18.21%
BLUE value IS 207 (81.25% from 255) = 53.08%
R=28.72%
G=18.21%
B=53.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal112712070.460.6600.19258.0958.6254.51
Hex7047CF2E420131023b37
Octal160107317561020234027367
Binary11100001000111110011111011101000010010011100000010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7047CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7047CF; }

 p { color: rgb(112,71,207); }

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

<style>
 a { background-color: #7047CF; }

 a { background-color: rgb(112,71,207); }

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

<style>
 span { border-color: #7047CF; }

 span { border-color: rgb(112,71,207); }

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