Html Css Color HEX #7152F1 Medium Slate Blue

📋 copy color: '#7152F1'

red 113 ◦ green 82 ◦ blue 241

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

Shades of Medium Slate Blue #7152F1

Tints of Medium Slate Blue #7152F1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.81%

 BLUE value IS 241 (94.53% from 255) = 55.28%

R = 25.92%
G = 18.81%
B = 55.28%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7152F1 (or 0x7152F1) is known color: Medium Slate Blue. HEX triplet: 71, 52 and F1. RGB value is (113,82,241). Sum of RGB (Red+Green+Blue) = 113+82+241=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #7152F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7152F1 is #8EAD0E. Grayscale: #6C6C6C. Windows color (decimal): -9350415 or 15815281. OLE color: 15815281.

HSL color Cylindrical-coordinate representation of color #7152F1: hue angle of 251.7º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7152F1 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 82 241 -
CMYK 0.53 0.66 0 0.05
HSL 251.7º 0.85% 0.63% -
HSV(B) 251.7º 0.66% 0.95% -
XYZ 25.7 15.9 84.93 -
YUV 109.4 202.27 130.57 -
System Red Green Blue C M Y K H S L
Decimal 113 82 241 0.53 0.66 0 0.05 251.7 0.85 0.63
Hex 71 52 F1 35 42 0 5 FC 55 3F
Octal 161 122 361 65 102 0 5 374 125 77
Binary 1110001 1010010 11110001 110101 1000010 0 101 11111100 1010101 111111

Color Harmonies of #7152F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7152F1

Black with #7152F1

Text Example


Text Example

White with #7152F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7152F1; }

 p { color: rgb(113,82,241); }

 H1.HeaderClassName
 {
   color: #7152F1;
 }
 .AnyTagClassName
 {
   color: #7152F1;
 }
</style>

background-color css

<style>
 a { background-color: #7152F1; }

 a { background-color: rgb(113,82,241); }

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

border-color css

<style>
 span { border-color: #7152F1; }

 span { border-color: rgb(113,82,241); }

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