Html Css Color HEX #7041DC Slate Blue

📋 copy color: '#7041DC'

red 112 ◦ green 65 ◦ blue 220

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

Shades of Slate Blue #7041DC

Tints of Slate Blue #7041DC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.37%

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

R = 28.21%
G = 16.37%
B = 55.42%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7041DC (or 0x7041DC) is known color: Slate Blue. HEX triplet: 70, 41 and DC. RGB value is (112,65,220). Sum of RGB (Red+Green+Blue) = 112+65+220=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #7041DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7041DC is #8FBE23. Grayscale: #606060. Windows color (decimal): -9420324 or 14434672. OLE color: 14434672.

HSL color Cylindrical-coordinate representation of color #7041DC: hue angle of 258.19º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7041DC is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 65 220 -
CMYK 0.49 0.70 0 0.14
HSL 258.19º 0.69% 0.56% -
HSV(B) 258.19º 0.7% 0.86% -
XYZ 21.49 12.39 68.97 -
YUV 96.72 197.57 138.9 -
System Red Green Blue C M Y K H S L
Decimal 112 65 220 0.49 0.70 0 0.14 258.19 0.69 0.56
Hex 70 41 DC 31 46 0 E 102 45 38
Octal 160 101 334 61 106 0 16 402 105 70
Binary 1110000 1000001 11011100 110001 1000110 0 1110 100000010 1000101 111000

Color Harmonies of #7041DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7041DC

Black with #7041DC

Text Example


Text Example

White with #7041DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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