#754188

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

Shades of Affair #754188

Tints of Affair #754188

Color information

#754188 (or 0x754188) is unknown color: approx Affair. HEX triplet: 75, 41 and 88. RGB value is (117,65,136). Sum of RGB (Red+Green+Blue) = 117+65+136=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #754188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754188 is #8ABE77. Grayscale: #585858. Windows color (decimal): -9092728 or 8929653. OLE color: 8929653.

HSL color Cylindrical-coordinate representation of color #754188: hue angle of 283.94º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #754188 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11765136-
CMYK0.140.5200.47
HSL283.94º35.32%39.41%-
HSV(B)283.94º52.21%53.33%-
XYZ13.679.3424.37-
YUV88.64154.73148.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 65 (25.78% from 255) = 20.44%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=36.79%
G=20.44%
B=42.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117651360.140.5200.47283.9435.3239.41
Hex754188E3402F11c2327
Octal16510121016640574344347
Binary111010110000011000100011101101000101111100011100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754188; }

 p { color: rgb(117,65,136); }

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

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

 a { background-color: rgb(117,65,136); }

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

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

 span { border-color: rgb(117,65,136); }

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