Html Css Color HEX #7043D2 Slate Blue

📋 copy color: '#7043D2'

red 112 ◦ green 67 ◦ blue 210

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

Shades of Slate Blue #7043D2

Tints of Slate Blue #7043D2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.22%

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

R = 28.79%
G = 17.22%
B = 53.98%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7043D2 (or 0x7043D2) is known color: Slate Blue. HEX triplet: 70, 43 and D2. RGB value is (112,67,210). Sum of RGB (Red+Green+Blue) = 112+67+210=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 210 (82.42% from 255 or 53.98% from 389); Max value from RGB is 210 - color contains mainly: blue. Hex color #7043D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7043D2 is #8FBC2D. Grayscale: #606060. Windows color (decimal): -9419822 or 13779824. OLE color: 13779824.

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

Color convert

RGB 112 67 210 -
CMYK 0.47 0.68 0 0.18
HSL 258.88º 0.61% 0.54% -
HSV(B) 258.88º 0.68% 0.82% -
XYZ 20.32 12.11 62.24 -
YUV 96.76 191.91 138.87 -
System Red Green Blue C M Y K H S L
Decimal 112 67 210 0.47 0.68 0 0.18 258.88 0.61 0.54
Hex 70 43 D2 2F 44 0 12 103 3D 36
Octal 160 103 322 57 104 0 22 403 75 66
Binary 1110000 1000011 11010010 101111 1000100 0 10010 100000011 111101 110110

Color Harmonies of #7043D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7043D2

Black with #7043D2

Text Example


Text Example

White with #7043D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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