Html Css Color HEX #7049C0 Slate Blue

📋 copy color: '#7049C0'

red 112 ◦ green 73 ◦ blue 192

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

Shades of Slate Blue #7049C0

Tints of Slate Blue #7049C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.93%

R = 29.71%
G = 19.36%
B = 50.93%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7049C0 (or 0x7049C0) is known color: Slate Blue. HEX triplet: 70, 49 and C0. RGB value is (112,73,192). Sum of RGB (Red+Green+Blue) = 112+73+192=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #7049C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7049C0 is #8FB63F. Grayscale: #616161. Windows color (decimal): -9418304 or 12601712. OLE color: 12601712.

HSL color Cylindrical-coordinate representation of color #7049C0: hue angle of 259.66º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7049C0 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 73 192 -
CMYK 0.42 0.62 0 0.25
HSL 259.66º 0.49% 0.52% -
HSV(B) 259.66º 0.62% 0.75% -
XYZ 18.58 12.02 51.21 -
YUV 98.23 180.92 137.82 -
System Red Green Blue C M Y K H S L
Decimal 112 73 192 0.42 0.62 0 0.25 259.66 0.49 0.52
Hex 70 49 C0 2A 3E 0 19 104 31 34
Octal 160 111 300 52 76 0 31 404 61 64
Binary 1110000 1001001 11000000 101010 111110 0 11001 100000100 110001 110100

Color Harmonies of #7049C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7049C0

Black with #7049C0

Text Example


Text Example

White with #7049C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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