#76458B

Color #76458B Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #76458B

Tints of Affair #76458B

Color information

#76458B (or 0x76458B) is unknown color: approx Affair. HEX triplet: 76, 45 and 8B. RGB value is (118,69,139). Sum of RGB (Red+Green+Blue) = 118+69+139=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #76458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76458B is #89BA74. Grayscale: #5B5B5B. Windows color (decimal): -9026165 or 9127286. OLE color: 9127286.

HSL color Cylindrical-coordinate representation of color #76458B: hue angle of 282º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76458B is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11869139-
CMYK0.150.5000.45
HSL282º33.65%40.78%-
HSV(B)282º50.36%54.51%-
XYZ14.269.9725.6-
YUV91.63154.73146.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.20%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=36.20%
G=21.17%
B=42.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118691390.150.5000.4528233.6540.78
Hex76458BF3202D11a2229
Octal16610521317620554324251
Binary111011010001011000101111111100100101101100011010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76458B; }

 p { color: rgb(118,69,139); }

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

<style>
 a { background-color: #76458B; }

 a { background-color: rgb(118,69,139); }

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

<style>
 span { border-color: #76458B; }

 span { border-color: rgb(118,69,139); }

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