Html Css Color HEX #714385 Affair

📋 copy color: '#714385'

red 113 ◦ green 67 ◦ blue 133

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

Shades of Affair #714385

Tints of Affair #714385

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.41%

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

R = 36.1%
G = 21.41%
B = 42.49%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#714385 (or 0x714385) is known color: Affair. HEX triplet: 71, 43 and 85. RGB value is (113,67,133). Sum of RGB (Red+Green+Blue) = 113+67+133=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #714385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714385 is #8EBC7A. Grayscale: #585858. Windows color (decimal): -9354363 or 8733553. OLE color: 8733553.

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

Color convert

RGB 113 67 133 -
CMYK 0.15 0.50 0 0.48
HSL 281.82º 0.33% 0.39% -
HSV(B) 281.82º 0.5% 0.52% -
XYZ 13.05 9.22 23.28 -
YUV 88.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 113 67 133 0.15 0.50 0 0.48 281.82 0.33 0.39
Hex 71 43 85 F 32 0 30 11A 21 27
Octal 161 103 205 17 62 0 60 432 41 47
Binary 1110001 1000011 10000101 1111 110010 0 110000 100011010 100001 100111

Color Harmonies of #714385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714385

Black with #714385

Text Example


Text Example

White with #714385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714385; }

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

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

background-color css

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

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

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

border-color css

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

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

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