Html Css Color HEX #7047DD Slate Blue

📋 copy color: '#7047DD'

red 112 ◦ green 71 ◦ blue 221

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

Shades of Slate Blue #7047DD

Tints of Slate Blue #7047DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 27.72%
G = 17.57%
B = 54.7%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7047DD (or 0x7047DD) is known color: Slate Blue. HEX triplet: 70, 47 and DD. RGB value is (112,71,221). Sum of RGB (Red+Green+Blue) = 112+71+221=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #7047DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7047DD is #8FB822. Grayscale: #636363. Windows color (decimal): -9418787 or 14501744. OLE color: 14501744.

HSL color Cylindrical-coordinate representation of color #7047DD: hue angle of 256.4º degrees, saturation: 0.69, 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 #7047DD is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 71 221 -
CMYK 0.49 0.68 0 0.13
HSL 256.4º 0.69% 0.57% -
HSV(B) 256.4º 0.68% 0.87% -
XYZ 21.99 13.17 69.79 -
YUV 100.36 196.08 136.3 -
System Red Green Blue C M Y K H S L
Decimal 112 71 221 0.49 0.68 0 0.13 256.4 0.69 0.57
Hex 70 47 DD 31 44 0 D 100 45 39
Octal 160 107 335 61 104 0 15 400 105 71
Binary 1110000 1000111 11011101 110001 1000100 0 1101 100000000 1000101 111001

Color Harmonies of #7047DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7047DD

Black with #7047DD

Text Example


Text Example

White with #7047DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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