Html Css Color HEX #7159D1 Slate Blue

📋 copy color: '#7159D1'

red 113 ◦ green 89 ◦ blue 209

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

Shades of Slate Blue #7159D1

Tints of Slate Blue #7159D1

RGB

 RED value IS 113 (44.53% from 255) = 27.49%

 GREEN value IS 89 (35.16% from 255) = 21.65%

 BLUE value IS 209 (82.03% from 255) = 50.85%

R = 27.49%
G = 21.65%
B = 50.85%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7159D1 (or 0x7159D1) is known color: Slate Blue. HEX triplet: 71, 59 and D1. RGB value is (113,89,209). Sum of RGB (Red+Green+Blue) = 113+89+209=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 209 (82.03% from 255 or 50.85% from 411); Max value from RGB is 209 - color contains mainly: blue. Hex color #7159D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7159D1 is #8EA62E. Grayscale: #6D6D6D. Windows color (decimal): -9348655 or 13719921. OLE color: 13719921.

HSL color Cylindrical-coordinate representation of color #7159D1: hue angle of 252º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7159D1 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 89 209 -
CMYK 0.46 0.57 0 0.18
HSL 252º 0.57% 0.58% -
HSV(B) 252º 0.57% 0.82% -
XYZ 21.89 15.26 62.11 -
YUV 109.86 183.95 130.24 -
System Red Green Blue C M Y K H S L
Decimal 113 89 209 0.46 0.57 0 0.18 252 0.57 0.58
Hex 71 59 D1 2E 39 0 12 FC 39 3A
Octal 161 131 321 56 71 0 22 374 71 72
Binary 1110001 1011001 11010001 101110 111001 0 10010 11111100 111001 111010

Color Harmonies of #7159D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7159D1

Black with #7159D1

Text Example


Text Example

White with #7159D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7159D1; }

 p { color: rgb(113,89,209); }

 H1.HeaderClassName
 {
   color: #7159D1;
 }
 .AnyTagClassName
 {
   color: #7159D1;
 }
</style>

background-color css

<style>
 a { background-color: #7159D1; }

 a { background-color: rgb(113,89,209); }

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

border-color css

<style>
 span { border-color: #7159D1; }

 span { border-color: rgb(113,89,209); }

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