Html Css Color HEX #714285 Affair

📋 copy color: '#714285'

red 113 ◦ green 66 ◦ blue 133

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

Shades of Affair #714285

Tints of Affair #714285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.15%

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

R = 36.22%
G = 21.15%
B = 42.63%

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

#714285 (or 0x714285) is known color: Affair. HEX triplet: 71, 42 and 85. RGB value is (113,66,133). Sum of RGB (Red+Green+Blue) = 113+66+133=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #714285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714285 is #8EBD7A. Grayscale: #575757. Windows color (decimal): -9354619 or 8733297. OLE color: 8733297.

HSL color Cylindrical-coordinate representation of color #714285: hue angle of 282.09º degrees, saturation: 0.34, 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 #714285 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 66 133 -
CMYK 0.15 0.50 0 0.48
HSL 282.09º 0.34% 0.39% -
HSV(B) 282.09º 0.5% 0.52% -
XYZ 12.99 9.1 23.26 -
YUV 87.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 113 66 133 0.15 0.50 0 0.48 282.09 0.34 0.39
Hex 71 42 85 F 32 0 30 11A 22 27
Octal 161 102 205 17 62 0 60 432 42 47
Binary 1110001 1000010 10000101 1111 110010 0 110000 100011010 100010 100111

Color Harmonies of #714285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714285

Black with #714285

Text Example


Text Example

White with #714285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714285; }

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

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

background-color css

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

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

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

border-color css

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

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

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