Html Css Color HEX #7159C2 Slate Blue

📋 copy color: '#7159C2'

red 113 ◦ green 89 ◦ blue 194

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

Shades of Slate Blue #7159C2

Tints of Slate Blue #7159C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.99%

R = 28.54%
G = 22.47%
B = 48.99%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7159C2 (or 0x7159C2) is known color: Slate Blue. HEX triplet: 71, 59 and C2. RGB value is (113,89,194). Sum of RGB (Red+Green+Blue) = 113+89+194=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #7159C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7159C2 is #8EA63D. Grayscale: #6B6B6B. Windows color (decimal): -9348670 or 12736881. OLE color: 12736881.

HSL color Cylindrical-coordinate representation of color #7159C2: hue angle of 253.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7159C2 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 89 194 -
CMYK 0.42 0.54 0 0.24
HSL 253.71º 0.46% 0.55% -
HSV(B) 253.71º 0.54% 0.76% -
XYZ 20.12 14.55 52.79 -
YUV 108.15 176.45 131.46 -
System Red Green Blue C M Y K H S L
Decimal 113 89 194 0.42 0.54 0 0.24 253.71 0.46 0.55
Hex 71 59 C2 2A 36 0 18 FE 2E 37
Octal 161 131 302 52 66 0 30 376 56 67
Binary 1110001 1011001 11000010 101010 110110 0 11000 11111110 101110 110111

Color Harmonies of #7159C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7159C2

Black with #7159C2

Text Example


Text Example

White with #7159C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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