Html Css Color HEX #7148D6 Slate Blue

📋 copy color: '#7148D6'

red 113 ◦ green 72 ◦ blue 214

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

Shades of Slate Blue #7148D6

Tints of Slate Blue #7148D6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.05%

 BLUE value IS 214 (83.98% from 255) = 53.63%

R = 28.32%
G = 18.05%
B = 53.63%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7148D6 (or 0x7148D6) is known color: Slate Blue. HEX triplet: 71, 48 and D6. RGB value is (113,72,214). Sum of RGB (Red+Green+Blue) = 113+72+214=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 214 (83.98% from 255 or 53.63% from 399); Max value from RGB is 214 - color contains mainly: blue. Hex color #7148D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7148D6 is #8EB729. Grayscale: #636363. Windows color (decimal): -9353002 or 14043249. OLE color: 14043249.

HSL color Cylindrical-coordinate representation of color #7148D6: hue angle of 257.32º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7148D6 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 72 214 -
CMYK 0.47 0.66 0 0.16
HSL 257.32º 0.63% 0.56% -
HSV(B) 257.32º 0.66% 0.84% -
XYZ 21.27 13 65.01 -
YUV 100.45 192.08 136.95 -
System Red Green Blue C M Y K H S L
Decimal 113 72 214 0.47 0.66 0 0.16 257.32 0.63 0.56
Hex 71 48 D6 2F 42 0 10 101 3F 38
Octal 161 110 326 57 102 0 20 401 77 70
Binary 1110001 1001000 11010110 101111 1000010 0 10000 100000001 111111 111000

Color Harmonies of #7148D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7148D6

Black with #7148D6

Text Example


Text Example

White with #7148D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7148D6; }

 p { color: rgb(113,72,214); }

 H1.HeaderClassName
 {
   color: #7148D6;
 }
 .AnyTagClassName
 {
   color: #7148D6;
 }
</style>

background-color css

<style>
 a { background-color: #7148D6; }

 a { background-color: rgb(113,72,214); }

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

border-color css

<style>
 span { border-color: #7148D6; }

 span { border-color: rgb(113,72,214); }

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