#7041E5

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

Shades of Slate Blue #7041E5

Tints of Slate Blue #7041E5

Color information

#7041E5 (or 0x7041E5) is unknown color: approx Slate Blue. HEX triplet: 70, 41 and E5. RGB value is (112,65,229). Sum of RGB (Red+Green+Blue) = 112+65+229=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #7041E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7041E5 is #8FBE1A. Grayscale: #616161. Windows color (decimal): -9420315 or 15024496. OLE color: 15024496.

HSL color Cylindrical-coordinate representation of color #7041E5: hue angle of 257.2º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7041E5 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11265229-
CMYK0.510.7200.10
HSL257.2º75.93%57.65%-
HSV(B)257.2º71.62%89.8%-
XYZ22.7212.8875.42-
YUV97.75202.07138.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 65 (25.78% from 255) = 16.01%
BLUE value IS 229 (89.84% from 255) = 56.40%
R=27.59%
G=16.01%
B=56.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal112652290.510.7200.10257.275.9357.65
Hex7041E533480A1014c3a
Octal1601013456311001240111472
Binary11100001000001111001011100111001000010101000000011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7041E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7041E5; }

 p { color: rgb(112,65,229); }

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

<style>
 a { background-color: #7041E5; }

 a { background-color: rgb(112,65,229); }

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

<style>
 span { border-color: #7041E5; }

 span { border-color: rgb(112,65,229); }

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