Html Css Color HEX #7152DF Slate Blue

📋 copy color: '#7152DF'

red 113 ◦ green 82 ◦ blue 223

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

Shades of Slate Blue #7152DF

Tints of Slate Blue #7152DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.35%

R = 27.03%
G = 19.62%
B = 53.35%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7152DF (or 0x7152DF) is known color: Slate Blue. HEX triplet: 71, 52 and DF. RGB value is (113,82,223). Sum of RGB (Red+Green+Blue) = 113+82+223=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #7152DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7152DF is #8EAD20. Grayscale: #6A6A6A. Windows color (decimal): -9350433 or 14635633. OLE color: 14635633.

HSL color Cylindrical-coordinate representation of color #7152DF: hue angle of 253.19º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7152DF is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 82 223 -
CMYK 0.49 0.63 0 0.13
HSL 253.19º 0.69% 0.6% -
HSV(B) 253.19º 0.63% 0.87% -
XYZ 23.15 14.87 71.46 -
YUV 107.34 193.27 132.04 -
System Red Green Blue C M Y K H S L
Decimal 113 82 223 0.49 0.63 0 0.13 253.19 0.69 0.6
Hex 71 52 DF 31 3F 0 D FD 45 3C
Octal 161 122 337 61 77 0 15 375 105 74
Binary 1110001 1010010 11011111 110001 111111 0 1101 11111101 1000101 111100

Color Harmonies of #7152DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7152DF

Black with #7152DF

Text Example


Text Example

White with #7152DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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