#7A51C3

Color #7A51C3 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7A51C3

Tints of Slate Blue #7A51C3

Color information

#7A51C3 (or 0x7A51C3) is unknown color: approx Slate Blue. HEX triplet: 7A, 51 and C3. RGB value is (122,81,195). Sum of RGB (Red+Green+Blue) = 122+81+195=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #7A51C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A51C3 is #85AE3C. Grayscale: #696969. Windows color (decimal): -8760893 or 12800378. OLE color: 12800378.

HSL color Cylindrical-coordinate representation of color #7A51C3: hue angle of 261.58º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A51C3 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12281195-
CMYK0.370.5800.24
HSL261.58º48.72%54.12%-
HSV(B)261.58º58.46%76.47%-
XYZ20.8213.9653.23-
YUV106.26178.08139.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.65%
GREEN value IS 81 (32.03% from 255) = 20.35%
BLUE value IS 195 (76.56% from 255) = 48.99%
R=30.65%
G=20.35%
B=48.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal122811950.370.5800.24261.5848.7254.12
Hex7A51C3253A0181063136
Octal17212130345720304066166
Binary1111010101000111000011100101111010011000100000110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A51C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A51C3; }

 p { color: rgb(122,81,195); }

 H1.HeaderClassName
 {
   color: #7A51C3;
 }
 .AnyTagClassName
 {
   color: #7A51C3;
 }
</style>
background-color css

<style>
 a { background-color: #7A51C3; }

 a { background-color: rgb(122,81,195); }

 div.DivClassName
 {
   background-color: #7A51C3;
 }
 .BgClassName
 {
   background-color: #7A51C3;
 }
</style>
border-color css

<style>
 span { border-color: #7A51C3; }

 span { border-color: rgb(122,81,195); }

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