#7B61AD

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

Shades of Deluge #7B61AD

Tints of Deluge #7B61AD

Color information

#7B61AD (or 0x7B61AD) is unknown color: approx Deluge. HEX triplet: 7B, 61 and AD. RGB value is (123,97,173). Sum of RGB (Red+Green+Blue) = 123+97+173=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B61AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B61AD is #849E52. Grayscale: #717171. Windows color (decimal): -8691283 or 11362683. OLE color: 11362683.

HSL color Cylindrical-coordinate representation of color #7B61AD: hue angle of 260.53º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B61AD is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12397173-
CMYK0.290.4400.32
HSL260.53º31.67%52.94%-
HSV(B)260.53º43.93%67.84%-
XYZ19.9915.7841.53-
YUV113.44161.61134.82-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.30%
GREEN value IS 97 (38.28% from 255) = 24.68%
BLUE value IS 173 (67.97% from 255) = 44.02%
R=31.30%
G=24.68%
B=44.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123971730.290.4400.32260.5331.6752.94
Hex7B61AD1D2C0201052035
Octal17314125535540404054065
Binary1111011110000110101101111011011000100000100000101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B61AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,97,173); }

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

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

 a { background-color: rgb(123,97,173); }

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

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

 span { border-color: rgb(123,97,173); }

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