Html Css Color HEX #7151C4 Slate Blue

📋 copy color: '#7151C4'

red 113 ◦ green 81 ◦ blue 196

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

Shades of Slate Blue #7151C4

Tints of Slate Blue #7151C4

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.77%

 BLUE value IS 196 (76.95% from 255) = 50.26%

R = 28.97%
G = 20.77%
B = 50.26%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7151C4 (or 0x7151C4) is known color: Slate Blue. HEX triplet: 71, 51 and C4. RGB value is (113,81,196). Sum of RGB (Red+Green+Blue) = 113+81+196=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #7151C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7151C4 is #8EAE3B. Grayscale: #676767. Windows color (decimal): -9350716 or 12865905. OLE color: 12865905.

HSL color Cylindrical-coordinate representation of color #7151C4: hue angle of 256.7º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7151C4 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 113 81 196 -
CMYK 0.42 0.59 0 0.23
HSL 256.7º 0.49% 0.54% -
HSV(B) 256.7º 0.59% 0.77% -
XYZ 19.72 13.38 53.77 -
YUV 103.68 180.1 134.65 -
System Red Green Blue C M Y K H S L
Decimal 113 81 196 0.42 0.59 0 0.23 256.7 0.49 0.54
Hex 71 51 C4 2A 3B 0 17 101 31 36
Octal 161 121 304 52 73 0 27 401 61 66
Binary 1110001 1010001 11000100 101010 111011 0 10111 100000001 110001 110110

Color Harmonies of #7151C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7151C4

Black with #7151C4

Text Example


Text Example

White with #7151C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7151C4; }

 p { color: rgb(113,81,196); }

 H1.HeaderClassName
 {
   color: #7151C4;
 }
 .AnyTagClassName
 {
   color: #7151C4;
 }
</style>

background-color css

<style>
 a { background-color: #7151C4; }

 a { background-color: rgb(113,81,196); }

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

border-color css

<style>
 span { border-color: #7151C4; }

 span { border-color: rgb(113,81,196); }

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