Html Css Color HEX #714484 Affair

📋 copy color: '#714484'

red 113 ◦ green 68 ◦ blue 132

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

Shades of Affair #714484

Tints of Affair #714484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

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

R = 36.1%
G = 21.73%
B = 42.17%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#714484 (or 0x714484) is known color: Affair. HEX triplet: 71, 44 and 84. RGB value is (113,68,132). Sum of RGB (Red+Green+Blue) = 113+68+132=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #714484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714484 is #8EBB7B. Grayscale: #585858. Windows color (decimal): -9354108 or 8668273. OLE color: 8668273.

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

Color convert

RGB 113 68 132 -
CMYK 0.14 0.48 0 0.48
HSL 282.19º 0.32% 0.39% -
HSV(B) 282.19º 0.48% 0.52% -
XYZ 13.04 9.31 22.94 -
YUV 88.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 113 68 132 0.14 0.48 0 0.48 282.19 0.32 0.39
Hex 71 44 84 E 30 0 30 11A 20 27
Octal 161 104 204 16 60 0 60 432 40 47
Binary 1110001 1000100 10000100 1110 110000 0 110000 100011010 100000 100111

Color Harmonies of #714484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714484

Black with #714484

Text Example


Text Example

White with #714484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714484; }

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

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

background-color css

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

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

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

border-color css

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

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

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