Html Css Color HEX #713C88 Affair

📋 copy color: '#713C88'

red 113 ◦ green 60 ◦ blue 136

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

Shades of Affair #713C88

Tints of Affair #713C88

RGB

 RED value IS 113 (44.53% from 255) = 36.57%

 GREEN value IS 60 (23.83% from 255) = 19.42%

 BLUE value IS 136 (53.52% from 255) = 44.01%

R = 36.57%
G = 19.42%
B = 44.01%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#713C88 (or 0x713C88) is known color: Affair. HEX triplet: 71, 3C and 88. RGB value is (113,60,136). Sum of RGB (Red+Green+Blue) = 113+60+136=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #713C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713C88 is #8EC377. Grayscale: #545454. Windows color (decimal): -9356152 or 8928369. OLE color: 8928369.

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

Color convert

RGB 113 60 136 -
CMYK 0.17 0.56 0 0.47
HSL 281.84º 0.39% 0.38% -
HSV(B) 281.84º 0.56% 0.53% -
XYZ 12.87 8.52 24.26 -
YUV 84.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 113 60 136 0.17 0.56 0 0.47 281.84 0.39 0.38
Hex 71 3C 88 11 38 0 2F 11A 27 26
Octal 161 74 210 21 70 0 57 432 47 46
Binary 1110001 111100 10001000 10001 111000 0 101111 100011010 100111 100110

Color Harmonies of #713C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C88

Black with #713C88

Text Example


Text Example

White with #713C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #713C88;
 }
 .AnyTagClassName
 {
   color: #713C88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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