Html Css Color HEX #714185 Affair

📋 copy color: '#714185'

red 113 ◦ green 65 ◦ blue 133

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

Shades of Affair #714185

Tints of Affair #714185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.9%

 BLUE value IS 133 (52.34% from 255) = 42.77%

R = 36.33%
G = 20.9%
B = 42.77%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#714185 (or 0x714185) is known color: Affair. HEX triplet: 71, 41 and 85. RGB value is (113,65,133). Sum of RGB (Red+Green+Blue) = 113+65+133=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #714185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714185 is #8EBE7A. Grayscale: #565656. Windows color (decimal): -9354875 or 8733041. OLE color: 8733041.

HSL color Cylindrical-coordinate representation of color #714185: hue angle of 282.35º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #714185 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 65 133 -
CMYK 0.15 0.51 0 0.48
HSL 282.35º 0.34% 0.39% -
HSV(B) 282.35º 0.51% 0.52% -
XYZ 12.93 8.98 23.24 -
YUV 87.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 113 65 133 0.15 0.51 0 0.48 282.35 0.34 0.39
Hex 71 41 85 F 33 0 30 11A 22 27
Octal 161 101 205 17 63 0 60 432 42 47
Binary 1110001 1000001 10000101 1111 110011 0 110000 100011010 100010 100111

Color Harmonies of #714185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714185

Black with #714185

Text Example


Text Example

White with #714185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714185; }

 p { color: rgb(113,65,133); }

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

background-color css

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

 a { background-color: rgb(113,65,133); }

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

border-color css

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

 span { border-color: rgb(113,65,133); }

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