Html Css Color HEX #713D8D Affair

📋 copy color: '#713D8D'

red 113 ◦ green 61 ◦ blue 141

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

Shades of Affair #713D8D

Tints of Affair #713D8D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.37%

 BLUE value IS 141 (55.47% from 255) = 44.76%

R = 35.87%
G = 19.37%
B = 44.76%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#713D8D (or 0x713D8D) is known color: Affair. HEX triplet: 71, 3D and 8D. RGB value is (113,61,141). Sum of RGB (Red+Green+Blue) = 113+61+141=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #713D8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713D8D is #8EC272. Grayscale: #555555. Windows color (decimal): -9355891 or 9256305. OLE color: 9256305.

HSL color Cylindrical-coordinate representation of color #713D8D: hue angle of 279º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713D8D is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 61 141 -
CMYK 0.20 0.57 0 0.45
HSL 279º 0.4% 0.4% -
HSV(B) 279º 0.57% 0.55% -
XYZ 13.29 8.77 26.19 -
YUV 85.67 159.23 147.5 -
System Red Green Blue C M Y K H S L
Decimal 113 61 141 0.20 0.57 0 0.45 279 0.4 0.4
Hex 71 3D 8D 14 39 0 2D 117 28 28
Octal 161 75 215 24 71 0 55 427 50 50
Binary 1110001 111101 10001101 10100 111001 0 101101 100010111 101000 101000

Color Harmonies of #713D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D8D

Black with #713D8D

Text Example


Text Example

White with #713D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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