Html Css Color HEX #7049DD Slate Blue

📋 copy color: '#7049DD'

red 112 ◦ green 73 ◦ blue 221

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

Shades of Slate Blue #7049DD

Tints of Slate Blue #7049DD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.98%

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

R = 27.59%
G = 17.98%
B = 54.43%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7049DD (or 0x7049DD) is known color: Slate Blue. HEX triplet: 70, 49 and DD. RGB value is (112,73,221). Sum of RGB (Red+Green+Blue) = 112+73+221=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #7049DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7049DD is #8FB622. Grayscale: #646464. Windows color (decimal): -9418275 or 14502256. OLE color: 14502256.

HSL color Cylindrical-coordinate representation of color #7049DD: hue angle of 255.81º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7049DD is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 73 221 -
CMYK 0.49 0.67 0 0.13
HSL 255.81º 0.69% 0.58% -
HSV(B) 255.81º 0.67% 0.87% -
XYZ 22.12 13.43 69.83 -
YUV 101.53 195.42 135.47 -
System Red Green Blue C M Y K H S L
Decimal 112 73 221 0.49 0.67 0 0.13 255.81 0.69 0.58
Hex 70 49 DD 31 43 0 D 100 45 3A
Octal 160 111 335 61 103 0 15 400 105 72
Binary 1110000 1001001 11011101 110001 1000011 0 1101 100000000 1000101 111010

Color Harmonies of #7049DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7049DD

Black with #7049DD

Text Example


Text Example

White with #7049DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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