Html Css Color HEX #714284 Affair

📋 copy color: '#714284'

red 113 ◦ green 66 ◦ blue 132

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

Shades of Affair #714284

Tints of Affair #714284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.44%

R = 36.33%
G = 21.22%
B = 42.44%

CMYK

 C value IS 0.14

 M value IS 0.5

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#714284 (or 0x714284) is known color: Affair. HEX triplet: 71, 42 and 84. RGB value is (113,66,132). Sum of RGB (Red+Green+Blue) = 113+66+132=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #714284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714284 is #8EBD7B. Grayscale: #575757. Windows color (decimal): -9354620 or 8667761. OLE color: 8667761.

HSL color Cylindrical-coordinate representation of color #714284: hue angle of 282.73º 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 #714284 is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 66 132 -
CMYK 0.14 0.5 0 0.48
HSL 282.73º 0.33% 0.39% -
HSV(B) 282.73º 0.5% 0.52% -
XYZ 12.92 9.07 22.9 -
YUV 87.58 153.07 146.13 -
System Red Green Blue C M Y K H S L
Decimal 113 66 132 0.14 0.5 0 0.48 282.73 0.33 0.39
Hex 71 42 84 E 32 0 30 11B 21 27
Octal 161 102 204 16 62 0 60 433 41 47
Binary 1110001 1000010 10000100 1110 110010 0 110000 100011011 100001 100111

Color Harmonies of #714284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714284

Black with #714284

Text Example


Text Example

White with #714284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714284; }

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

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

background-color css

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

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

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

border-color css

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

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

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