Html Css Color HEX #7149D0 Slate Blue

📋 copy color: '#7149D0'

red 113 ◦ green 73 ◦ blue 208

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

Shades of Slate Blue #7149D0

Tints of Slate Blue #7149D0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.53%

 BLUE value IS 208 (81.64% from 255) = 52.79%

R = 28.68%
G = 18.53%
B = 52.79%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7149D0 (or 0x7149D0) is known color: Slate Blue. HEX triplet: 71, 49 and D0. RGB value is (113,73,208). Sum of RGB (Red+Green+Blue) = 113+73+208=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 208 (81.64% from 255 or 52.79% from 394); Max value from RGB is 208 - color contains mainly: blue. Hex color #7149D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7149D0 is #8EB62F. Grayscale: #636363. Windows color (decimal): -9352752 or 13650289. OLE color: 13650289.

HSL color Cylindrical-coordinate representation of color #7149D0: hue angle of 257.78º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7149D0 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 73 208 -
CMYK 0.46 0.65 0 0.18
HSL 257.78º 0.59% 0.55% -
HSV(B) 257.78º 0.65% 0.82% -
XYZ 20.58 12.83 61.07 -
YUV 100.35 188.75 137.02 -
System Red Green Blue C M Y K H S L
Decimal 113 73 208 0.46 0.65 0 0.18 257.78 0.59 0.55
Hex 71 49 D0 2E 41 0 12 102 3B 37
Octal 161 111 320 56 101 0 22 402 73 67
Binary 1110001 1001001 11010000 101110 1000001 0 10010 100000010 111011 110111

Color Harmonies of #7149D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7149D0

Black with #7149D0

Text Example


Text Example

White with #7149D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7149D0; }

 p { color: rgb(113,73,208); }

 H1.HeaderClassName
 {
   color: #7149D0;
 }
 .AnyTagClassName
 {
   color: #7149D0;
 }
</style>

background-color css

<style>
 a { background-color: #7149D0; }

 a { background-color: rgb(113,73,208); }

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

border-color css

<style>
 span { border-color: #7149D0; }

 span { border-color: rgb(113,73,208); }

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