Html Css Color HEX #713D88 Affair

📋 copy color: '#713D88'

red 113 ◦ green 61 ◦ blue 136

#713D88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #713D88

Tints of Affair #713D88

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 value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#713D88 (or 0x713D88) is known color: 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

RGB 113 61 136 -
CMYK 0.17 0.55 0 0.47
HSL 281.6º 0.38% 0.39% -
HSV(B) 281.6º 0.55% 0.53% -
XYZ 12.92 8.63 24.28 -
YUV 85.1 156.73 147.9 -
System Red Green Blue C M Y K H S L
Decimal 113 61 136 0.17 0.55 0 0.47 281.6 0.38 0.39
Hex 71 3D 88 11 37 0 2F 11A 26 27
Octal 161 75 210 21 67 0 57 432 46 47
Binary 1110001 111101 10001000 10001 110111 0 101111 100011010 100110 100111

Color Harmonies of #713D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D88

Black with #713D88

Text Example


Text Example

White with #713D88

Text Example


Text Example

HTML Codes & Css Web 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>