#7A67AF

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

Shades of Deluge #7A67AF

Tints of Deluge #7A67AF

Color information

#7A67AF (or 0x7A67AF) is unknown color: approx Deluge. HEX triplet: 7A, 67 and AF. RGB value is (122,103,175). Sum of RGB (Red+Green+Blue) = 122+103+175=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A67AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A67AF is #859850. Grayscale: #747474. Windows color (decimal): -8755281 or 11495290. OLE color: 11495290.

HSL color Cylindrical-coordinate representation of color #7A67AF: hue angle of 255.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A67AF is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB122103175-
CMYK0.300.4100.31
HSL255.83º31.03%54.51%-
HSV(B)255.83º41.14%68.63%-
XYZ20.6116.9342.74-
YUV116.89160.79131.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.5%
GREEN value IS 103 (40.62% from 255) = 25.75%
BLUE value IS 175 (68.75% from 255) = 43.75%
R=30.5%
G=25.75%
B=43.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221031750.300.4100.31255.8331.0354.51
Hex7A67AF1E2901F1001f37
Octal17214725736510374003767
Binary11110101100111101011111111010100101111110000000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A67AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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