Html Css Color HEX #7147D0 Slate Blue

📋 copy color: '#7147D0'

red 113 ◦ green 71 ◦ blue 208

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

Shades of Slate Blue #7147D0

Tints of Slate Blue #7147D0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.11%

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

R = 28.83%
G = 18.11%
B = 53.06%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7147D0 (or 0x7147D0) is known color: Slate Blue. HEX triplet: 71, 47 and D0. RGB value is (113,71,208). Sum of RGB (Red+Green+Blue) = 113+71+208=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #7147D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7147D0 is #8EB82F. Grayscale: #626262. Windows color (decimal): -9353264 or 13649777. OLE color: 13649777.

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

Color convert

RGB 113 71 208 -
CMYK 0.46 0.66 0 0.18
HSL 258.39º 0.59% 0.55% -
HSV(B) 258.39º 0.66% 0.82% -
XYZ 20.45 12.57 61.02 -
YUV 99.18 189.41 137.86 -
System Red Green Blue C M Y K H S L
Decimal 113 71 208 0.46 0.66 0 0.18 258.39 0.59 0.55
Hex 71 47 D0 2E 42 0 12 102 3B 37
Octal 161 107 320 56 102 0 22 402 73 67
Binary 1110001 1000111 11010000 101110 1000010 0 10010 100000010 111011 110111

Color Harmonies of #7147D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7147D0

Black with #7147D0

Text Example


Text Example

White with #7147D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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