#7247E1

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

Shades of Slate Blue #7247E1

Tints of Slate Blue #7247E1

Color information

#7247E1 (or 0x7247E1) is unknown color: approx Slate Blue. HEX triplet: 72, 47 and E1. RGB value is (114,71,225). Sum of RGB (Red+Green+Blue) = 114+71+225=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 225 (88.28% from 255 or 54.88% from 410); Max value from RGB is 225 - color contains mainly: blue. Hex color #7247E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7247E1 is #8DB81E. Grayscale: #646464. Windows color (decimal): -9287711 or 14763890. OLE color: 14763890.

HSL color Cylindrical-coordinate representation of color #7247E1: hue angle of 256.75º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7247E1 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11471225-
CMYK0.490.6800.12
HSL256.75º71.96%58.04%-
HSV(B)256.75º68.44%88.24%-
XYZ22.7813.5272.64-
YUV101.41197.75136.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.80%
GREEN value IS 71 (28.12% from 255) = 17.32%
BLUE value IS 225 (88.28% from 255) = 54.88%
R=27.80%
G=17.32%
B=54.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal114712250.490.6800.12256.7571.9658.04
Hex7247E131440C101483a
Octal1621073416110401440111072
Binary11100101000111111000011100011000100011001000000011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7247E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7247E1; }

 p { color: rgb(114,71,225); }

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

<style>
 a { background-color: #7247E1; }

 a { background-color: rgb(114,71,225); }

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

<style>
 span { border-color: #7247E1; }

 span { border-color: rgb(114,71,225); }

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