Html Css Color HEX #7152D6 Slate Blue

📋 copy color: '#7152D6'

red 113 ◦ green 82 ◦ blue 214

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

Shades of Slate Blue #7152D6

Tints of Slate Blue #7152D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.32%

R = 27.63%
G = 20.05%
B = 52.32%

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

#7152D6 (or 0x7152D6) is known color: Slate Blue. HEX triplet: 71, 52 and D6. RGB value is (113,82,214). Sum of RGB (Red+Green+Blue) = 113+82+214=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 214 (83.98% from 255 or 52.32% from 409); Max value from RGB is 214 - color contains mainly: blue. Hex color #7152D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7152D6 is #8EAD29. Grayscale: #696969. Windows color (decimal): -9350442 or 14045809. OLE color: 14045809.

HSL color Cylindrical-coordinate representation of color #7152D6: hue angle of 254.09º degrees, saturation: 0.62, 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 #7152D6 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 82 214 -
CMYK 0.47 0.62 0 0.16
HSL 254.09º 0.62% 0.58% -
HSV(B) 254.09º 0.62% 0.84% -
XYZ 21.96 14.4 65.24 -
YUV 106.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 113 82 214 0.47 0.62 0 0.16 254.09 0.62 0.58
Hex 71 52 D6 2F 3E 0 10 FE 3E 3A
Octal 161 122 326 57 76 0 20 376 76 72
Binary 1110001 1010010 11010110 101111 111110 0 10000 11111110 111110 111010

Color Harmonies of #7152D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7152D6

Black with #7152D6

Text Example


Text Example

White with #7152D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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