#7042D7

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

Shades of Slate Blue #7042D7

Tints of Slate Blue #7042D7

Color information

#7042D7 (or 0x7042D7) is unknown color: approx Slate Blue. HEX triplet: 70, 42 and D7. RGB value is (112,66,215). Sum of RGB (Red+Green+Blue) = 112+66+215=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 215 (84.38% from 255 or 54.71% from 393); Max value from RGB is 215 - color contains mainly: blue. Hex color #7042D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7042D7 is #8FBD28. Grayscale: #606060. Windows color (decimal): -9420073 or 14107248. OLE color: 14107248.

HSL color Cylindrical-coordinate representation of color #7042D7: hue angle of 258.52º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7042D7 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11266215-
CMYK0.480.6900.16
HSL258.52º65.07%55.1%-
HSV(B)258.52º69.3%84.31%-
XYZ20.912.2565.55-
YUV96.74194.74138.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.50%
GREEN value IS 66 (26.17% from 255) = 16.79%
BLUE value IS 215 (84.38% from 255) = 54.71%
R=28.50%
G=16.79%
B=54.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112662150.480.6900.16258.5265.0755.1
Hex7042D730450101034137
Octal1601023276010502040310167
Binary111000010000101101011111000010001010100001000000111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7042D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7042D7; }

 p { color: rgb(112,66,215); }

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

<style>
 a { background-color: #7042D7; }

 a { background-color: rgb(112,66,215); }

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

<style>
 span { border-color: #7042D7; }

 span { border-color: rgb(112,66,215); }

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