Html Css Color HEX #7042D2 Slate Blue

📋 copy color: '#7042D2'

red 112 ◦ green 66 ◦ blue 210

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

Shades of Slate Blue #7042D2

Tints of Slate Blue #7042D2

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.01%

 BLUE value IS 210 (82.42% from 255) = 54.12%

R = 28.87%
G = 17.01%
B = 54.12%

CMYK

 C value IS 0.47

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7042D2 (or 0x7042D2) is known color: Slate Blue. HEX triplet: 70, 42 and D2. RGB value is (112,66,210). Sum of RGB (Red+Green+Blue) = 112+66+210=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #7042D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7042D2 is #8FBD2D. Grayscale: #5F5F5F. Windows color (decimal): -9420078 or 13779568. OLE color: 13779568.

HSL color Cylindrical-coordinate representation of color #7042D2: hue angle of 259.17º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7042D2 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 66 210 -
CMYK 0.47 0.69 0 0.18
HSL 259.17º 0.62% 0.54% -
HSV(B) 259.17º 0.69% 0.82% -
XYZ 20.26 11.99 62.22 -
YUV 96.17 192.24 139.29 -
System Red Green Blue C M Y K H S L
Decimal 112 66 210 0.47 0.69 0 0.18 259.17 0.62 0.54
Hex 70 42 D2 2F 45 0 12 103 3E 36
Octal 160 102 322 57 105 0 22 403 76 66
Binary 1110000 1000010 11010010 101111 1000101 0 10010 100000011 111110 110110

Color Harmonies of #7042D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7042D2

Black with #7042D2

Text Example


Text Example

White with #7042D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7042D2; }

 p { color: rgb(112,66,210); }

 H1.HeaderClassName
 {
   color: #7042D2;
 }
 .AnyTagClassName
 {
   color: #7042D2;
 }
</style>

background-color css

<style>
 a { background-color: #7042D2; }

 a { background-color: rgb(112,66,210); }

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

border-color css

<style>
 span { border-color: #7042D2; }

 span { border-color: rgb(112,66,210); }

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