Html Css Color HEX #7047DE Slate Blue

📋 copy color: '#7047DE'

red 112 ◦ green 71 ◦ blue 222

#7047DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #7047DE

Tints of Slate Blue #7047DE

RGB

 RED value IS 112 (44.14% from 255) = 27.65%

 GREEN value IS 71 (28.13% from 255) = 17.53%

 BLUE value IS 222 (87.11% from 255) = 54.81%

R = 27.65%
G = 17.53%
B = 54.81%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7047DE (or 0x7047DE) is known color: Slate Blue. HEX triplet: 70, 47 and DE. RGB value is (112,71,222). Sum of RGB (Red+Green+Blue) = 112+71+222=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #7047DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7047DE is #8FB821. Grayscale: #636363. Windows color (decimal): -9418786 or 14567280. OLE color: 14567280.

HSL color Cylindrical-coordinate representation of color #7047DE: hue angle of 256.29º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7047DE is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 71 222 -
CMYK 0.50 0.68 0 0.13
HSL 256.29º 0.7% 0.57% -
HSV(B) 256.29º 0.68% 0.87% -
XYZ 22.12 13.23 70.49 -
YUV 100.47 196.58 136.22 -
System Red Green Blue C M Y K H S L
Decimal 112 71 222 0.50 0.68 0 0.13 256.29 0.7 0.57
Hex 70 47 DE 32 44 0 D 100 46 39
Octal 160 107 336 62 104 0 15 400 106 71
Binary 1110000 1000111 11011110 110010 1000100 0 1101 100000000 1000110 111001

Color Harmonies of #7047DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7047DE

Black with #7047DE

Text Example


Text Example

White with #7047DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7047DE;
 }
 .AnyTagClassName
 {
   color: #7047DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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