#754284

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

Shades of Affair #754284

Tints of Affair #754284

Color information

#754284 (or 0x754284) is unknown color: approx Affair. HEX triplet: 75, 42 and 84. RGB value is (117,66,132). Sum of RGB (Red+Green+Blue) = 117+66+132=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #754284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754284 is #8ABD7B. Grayscale: #585858. Windows color (decimal): -9092476 or 8667765. OLE color: 8667765.

HSL color Cylindrical-coordinate representation of color #754284: hue angle of 286.36º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754284 is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11766132-
CMYK0.110.500.48
HSL286.36º33.33%38.82%-
HSV(B)286.36º50%51.76%-
XYZ13.459.3422.92-
YUV88.77152.4148.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 132 (51.95% from 255) = 41.90%
R=37.14%
G=20.95%
B=41.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117661320.110.500.48286.3633.3338.82
Hex754284B3203011e2127
Octal16510220413620604364147
Binary111010110000101000010010111100100110000100011110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754284; }

 p { color: rgb(117,66,132); }

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

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

 a { background-color: rgb(117,66,132); }

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

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

 span { border-color: rgb(117,66,132); }

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