#724385

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

Shades of Affair #724385

Tints of Affair #724385

Color information

#724385 (or 0x724385) is unknown color: approx Affair. HEX triplet: 72, 43 and 85. RGB value is (114,67,133). Sum of RGB (Red+Green+Blue) = 114+67+133=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #724385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724385 is #8DBC7A. Grayscale: #585858. Windows color (decimal): -9288827 or 8733554. OLE color: 8733554.

HSL color Cylindrical-coordinate representation of color #724385: hue angle of 282.73º 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 #724385 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11467133-
CMYK0.140.5000.48
HSL282.73º33%39.22%-
HSV(B)282.73º49.62%52.16%-
XYZ13.189.2923.29-
YUV88.58153.07146.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.31%
GREEN value IS 67 (26.56% from 255) = 21.34%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=36.31%
G=21.34%
B=42.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114671330.140.5000.48282.733339.22
Hex724385E3203011b2127
Octal16210320516620604334147
Binary111001010000111000010111101100100110000100011011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724385; }

 p { color: rgb(114,67,133); }

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

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

 a { background-color: rgb(114,67,133); }

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

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

 span { border-color: rgb(114,67,133); }

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