Html Css Color HEX #7152E2 Slate Blue

📋 copy color: '#7152E2'

red 113 ◦ green 82 ◦ blue 226

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

Shades of Slate Blue #7152E2

Tints of Slate Blue #7152E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 53.68%

R = 26.84%
G = 19.48%
B = 53.68%

CMYK

 C value IS 0.5

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7152E2 (or 0x7152E2) is known color: Slate Blue. HEX triplet: 71, 52 and E2. RGB value is (113,82,226). Sum of RGB (Red+Green+Blue) = 113+82+226=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 226 (88.67% from 255 or 53.68% from 421); Max value from RGB is 226 - color contains mainly: blue. Hex color #7152E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7152E2 is #8EAD1D. Grayscale: #6B6B6B. Windows color (decimal): -9350430 or 14832241. OLE color: 14832241.

HSL color Cylindrical-coordinate representation of color #7152E2: hue angle of 252.92º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7152E2 is Cyan = 0.5, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 113 82 226 -
CMYK 0.5 0.64 0 0.11
HSL 252.92º 0.71% 0.6% -
HSV(B) 252.92º 0.64% 0.89% -
XYZ 23.55 15.04 73.61 -
YUV 107.69 194.77 131.79 -
System Red Green Blue C M Y K H S L
Decimal 113 82 226 0.5 0.64 0 0.11 252.92 0.71 0.6
Hex 71 52 E2 32 40 0 B FD 47 3C
Octal 161 122 342 62 100 0 13 375 107 74
Binary 1110001 1010010 11100010 110010 1000000 0 1011 11111101 1000111 111100

Color Harmonies of #7152E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7152E2

Black with #7152E2

Text Example


Text Example

White with #7152E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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