Html Css Color HEX #7043DB Slate Blue

📋 copy color: '#7043DB'

red 112 ◦ green 67 ◦ blue 219

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

Shades of Slate Blue #7043DB

Tints of Slate Blue #7043DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.03%

R = 28.14%
G = 16.83%
B = 55.03%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7043DB (or 0x7043DB) is known color: Slate Blue. HEX triplet: 70, 43 and DB. RGB value is (112,67,219). Sum of RGB (Red+Green+Blue) = 112+67+219=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #7043DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7043DB is #8FBC24. Grayscale: #616161. Windows color (decimal): -9419813 or 14369648. OLE color: 14369648.

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

Color convert

RGB 112 67 219 -
CMYK 0.49 0.69 0 0.14
HSL 257.76º 0.68% 0.56% -
HSV(B) 257.76º 0.69% 0.86% -
XYZ 21.48 12.57 68.31 -
YUV 97.78 196.41 138.14 -
System Red Green Blue C M Y K H S L
Decimal 112 67 219 0.49 0.69 0 0.14 257.76 0.68 0.56
Hex 70 43 DB 31 45 0 E 102 44 38
Octal 160 103 333 61 105 0 16 402 104 70
Binary 1110000 1000011 11011011 110001 1000101 0 1110 100000010 1000100 111000

Color Harmonies of #7043DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7043DB

Black with #7043DB

Text Example


Text Example

White with #7043DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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