Html Css Color HEX #714283 Affair

📋 copy color: '#714283'

red 113 ◦ green 66 ◦ blue 131

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

Shades of Affair #714283

Tints of Affair #714283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.26%

R = 36.45%
G = 21.29%
B = 42.26%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#714283 (or 0x714283) is known color: Affair. HEX triplet: 71, 42 and 83. RGB value is (113,66,131). Sum of RGB (Red+Green+Blue) = 113+66+131=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #714283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714283 is #8EBD7C. Grayscale: #575757. Windows color (decimal): -9354621 or 8602225. OLE color: 8602225.

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

Color convert

RGB 113 66 131 -
CMYK 0.14 0.50 0 0.49
HSL 283.38º 0.33% 0.39% -
HSV(B) 283.38º 0.5% 0.51% -
XYZ 12.86 9.05 22.54 -
YUV 87.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 113 66 131 0.14 0.50 0 0.49 283.38 0.33 0.39
Hex 71 42 83 E 32 0 31 11B 21 27
Octal 161 102 203 16 62 0 61 433 41 47
Binary 1110001 1000010 10000011 1110 110010 0 110001 100011011 100001 100111

Color Harmonies of #714283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714283

Black with #714283

Text Example


Text Example

White with #714283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714283; }

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

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

background-color css

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

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

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

border-color css

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

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

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