Html Css Color HEX #7159DA Slate Blue

📋 copy color: '#7159DA'

red 113 ◦ green 89 ◦ blue 218

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

Shades of Slate Blue #7159DA

Tints of Slate Blue #7159DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.9%

R = 26.9%
G = 21.19%
B = 51.9%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7159DA (or 0x7159DA) is known color: Slate Blue. HEX triplet: 71, 59 and DA. RGB value is (113,89,218). Sum of RGB (Red+Green+Blue) = 113+89+218=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #7159DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7159DA is #8EA625. Grayscale: #6E6E6E. Windows color (decimal): -9348646 or 14309745. OLE color: 14309745.

HSL color Cylindrical-coordinate representation of color #7159DA: hue angle of 251.16º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7159DA is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 89 218 -
CMYK 0.48 0.59 0 0.15
HSL 251.16º 0.64% 0.6% -
HSV(B) 251.16º 0.59% 0.85% -
XYZ 23.04 15.72 68.15 -
YUV 110.88 188.45 129.51 -
System Red Green Blue C M Y K H S L
Decimal 113 89 218 0.48 0.59 0 0.15 251.16 0.64 0.6
Hex 71 59 DA 30 3B 0 F FB 40 3C
Octal 161 131 332 60 73 0 17 373 100 74
Binary 1110001 1011001 11011010 110000 111011 0 1111 11111011 1000000 111100

Color Harmonies of #7159DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7159DA

Black with #7159DA

Text Example


Text Example

White with #7159DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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