#713D88

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

Shades of Affair #713D88

Tints of Affair #713D88

Color information

#713D88 (or 0x713D88) is unknown color: approx Affair. HEX triplet: 71, 3D and 88. RGB value is (113,61,136). Sum of RGB (Red+Green+Blue) = 113+61+136=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #713D88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713D88 is #8EC277. Grayscale: #545454. Windows color (decimal): -9355896 or 8928625. OLE color: 8928625.

HSL color Cylindrical-coordinate representation of color #713D88: hue angle of 281.6º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #713D88 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11361136-
CMYK0.170.5500.47
HSL281.6º38.07%38.63%-
HSV(B)281.6º55.15%53.33%-
XYZ12.928.6324.28-
YUV85.1156.73147.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 61 (24.22% from 255) = 19.68%
BLUE value IS 136 (53.52% from 255) = 43.87%
R=36.45%
G=19.68%
B=43.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113611360.170.5500.47281.638.0738.63
Hex713D88113702F11a2627
Octal1617521021670574324647
Binary111000111110110001000100011101110101111100011010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713D88; }

 p { color: rgb(113,61,136); }

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

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

 a { background-color: rgb(113,61,136); }

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

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

 span { border-color: rgb(113,61,136); }

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