#7A67A1

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

Shades of Deluge #7A67A1

Tints of Deluge #7A67A1

Color information

#7A67A1 (or 0x7A67A1) is unknown color: approx Deluge. HEX triplet: 7A, 67 and A1. RGB value is (122,103,161). Sum of RGB (Red+Green+Blue) = 122+103+161=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 161 - color contains mainly: blue. Hex color #7A67A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A67A1 is #85985E. Grayscale: #737373. Windows color (decimal): -8755295 or 10577786. OLE color: 10577786.

HSL color Cylindrical-coordinate representation of color #7A67A1: hue angle of 259.66º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A67A1 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB122103161-
CMYK0.240.3600.37
HSL259.66º23.58%51.76%-
HSV(B)259.66º36.02%63.14%-
XYZ19.3116.4135.87-
YUV115.29153.79132.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.61%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 161 (63.28% from 255) = 41.71%
R=31.61%
G=26.68%
B=41.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1221031610.240.3600.37259.6623.5851.76
Hex7A67A118240251041834
Octal17214724130440454043064
Binary111101011001111010000111000100100010010110000010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A67A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,103,161); }

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

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

 a { background-color: rgb(122,103,161); }

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

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

 span { border-color: rgb(122,103,161); }

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