Html Css Color HEX #7041DB Slate Blue

📋 copy color: '#7041DB'

red 112 ◦ green 65 ◦ blue 219

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

Shades of Slate Blue #7041DB

Tints of Slate Blue #7041DB

RGB

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

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

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

R = 28.28%
G = 16.41%
B = 55.3%

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

#7041DB (or 0x7041DB) is known color: Slate Blue. HEX triplet: 70, 41 and DB. RGB value is (112,65,219). Sum of RGB (Red+Green+Blue) = 112+65+219=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #7041DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7041DB is #8FBE24. Grayscale: #606060. Windows color (decimal): -9420325 or 14369136. OLE color: 14369136.

HSL color Cylindrical-coordinate representation of color #7041DB: hue angle of 258.31º degrees, saturation: 0.68, 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 #7041DB is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 65 219 -
CMYK 0.49 0.70 0 0.14
HSL 258.31º 0.68% 0.56% -
HSV(B) 258.31º 0.7% 0.86% -
XYZ 21.36 12.34 68.27 -
YUV 96.61 197.07 138.98 -
System Red Green Blue C M Y K H S L
Decimal 112 65 219 0.49 0.70 0 0.14 258.31 0.68 0.56
Hex 70 41 DB 31 46 0 E 102 44 38
Octal 160 101 333 61 106 0 16 402 104 70
Binary 1110000 1000001 11011011 110001 1000110 0 1110 100000010 1000100 111000

Color Harmonies of #7041DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7041DB

Black with #7041DB

Text Example


Text Example

White with #7041DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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