Html Css Color HEX #7048C6 Slate Blue

📋 copy color: '#7048C6'

red 112 ◦ green 72 ◦ blue 198

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

Shades of Slate Blue #7048C6

Tints of Slate Blue #7048C6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.85%

 BLUE value IS 198 (77.73% from 255) = 51.83%

R = 29.32%
G = 18.85%
B = 51.83%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7048C6 (or 0x7048C6) is known color: Slate Blue. HEX triplet: 70, 48 and C6. RGB value is (112,72,198). Sum of RGB (Red+Green+Blue) = 112+72+198=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 198 (77.73% from 255 or 51.83% from 382); Max value from RGB is 198 - color contains mainly: blue. Hex color #7048C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7048C6 is #8FB739. Grayscale: #616161. Windows color (decimal): -9418554 or 12994672. OLE color: 12994672.

HSL color Cylindrical-coordinate representation of color #7048C6: hue angle of 259.05º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7048C6 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 72 198 -
CMYK 0.43 0.64 0 0.22
HSL 259.05º 0.53% 0.53% -
HSV(B) 259.05º 0.64% 0.78% -
XYZ 19.19 12.16 54.76 -
YUV 98.32 184.25 137.75 -
System Red Green Blue C M Y K H S L
Decimal 112 72 198 0.43 0.64 0 0.22 259.05 0.53 0.53
Hex 70 48 C6 2B 40 0 16 103 34 35
Octal 160 110 306 53 100 0 26 403 64 65
Binary 1110000 1001000 11000110 101011 1000000 0 10110 100000011 110100 110101

Color Harmonies of #7048C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7048C6

Black with #7048C6

Text Example


Text Example

White with #7048C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7048C6; }

 p { color: rgb(112,72,198); }

 H1.HeaderClassName
 {
   color: #7048C6;
 }
 .AnyTagClassName
 {
   color: #7048C6;
 }
</style>

background-color css

<style>
 a { background-color: #7048C6; }

 a { background-color: rgb(112,72,198); }

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

border-color css

<style>
 span { border-color: #7048C6; }

 span { border-color: rgb(112,72,198); }

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