Html Css Color HEX #7048DC Slate Blue

📋 copy color: '#7048DC'

red 112 ◦ green 72 ◦ blue 220

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

Shades of Slate Blue #7048DC

Tints of Slate Blue #7048DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.46%

R = 27.72%
G = 17.82%
B = 54.46%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7048DC (or 0x7048DC) is known color: Slate Blue. HEX triplet: 70, 48 and DC. RGB value is (112,72,220). Sum of RGB (Red+Green+Blue) = 112+72+220=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #7048DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7048DC is #8FB723. Grayscale: #646464. Windows color (decimal): -9418532 or 14436464. OLE color: 14436464.

HSL color Cylindrical-coordinate representation of color #7048DC: hue angle of 256.22º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7048DC is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 72 220 -
CMYK 0.49 0.67 0 0.14
HSL 256.22º 0.68% 0.57% -
HSV(B) 256.22º 0.67% 0.86% -
XYZ 21.92 13.25 69.11 -
YUV 100.83 195.25 135.97 -
System Red Green Blue C M Y K H S L
Decimal 112 72 220 0.49 0.67 0 0.14 256.22 0.68 0.57
Hex 70 48 DC 31 43 0 E 100 44 39
Octal 160 110 334 61 103 0 16 400 104 71
Binary 1110000 1001000 11011100 110001 1000011 0 1110 100000000 1000100 111001

Color Harmonies of #7048DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7048DC

Black with #7048DC

Text Example


Text Example

White with #7048DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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