Html Css Color HEX #7152D5 Slate Blue

📋 copy color: '#7152D5'

red 113 ◦ green 82 ◦ blue 213

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

Shades of Slate Blue #7152D5

Tints of Slate Blue #7152D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.21%

R = 27.7%
G = 20.1%
B = 52.21%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7152D5 (or 0x7152D5) is known color: Slate Blue. HEX triplet: 71, 52 and D5. RGB value is (113,82,213). Sum of RGB (Red+Green+Blue) = 113+82+213=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #7152D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7152D5 is #8EAD2A. Grayscale: #696969. Windows color (decimal): -9350443 or 13980273. OLE color: 13980273.

HSL color Cylindrical-coordinate representation of color #7152D5: hue angle of 254.2º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7152D5 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 82 213 -
CMYK 0.47 0.62 0 0.16
HSL 254.2º 0.61% 0.58% -
HSV(B) 254.2º 0.62% 0.84% -
XYZ 21.84 14.35 64.57 -
YUV 106.2 188.27 132.85 -
System Red Green Blue C M Y K H S L
Decimal 113 82 213 0.47 0.62 0 0.16 254.2 0.61 0.58
Hex 71 52 D5 2F 3E 0 10 FE 3D 3A
Octal 161 122 325 57 76 0 20 376 75 72
Binary 1110001 1010010 11010101 101111 111110 0 10000 11111110 111101 111010

Color Harmonies of #7152D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7152D5

Black with #7152D5

Text Example


Text Example

White with #7152D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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