Html Css Color HEX #714485 Affair

📋 copy color: '#714485'

red 113 ◦ green 68 ◦ blue 133

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

Shades of Affair #714485

Tints of Affair #714485

RGB

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

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

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

R = 35.99%
G = 21.66%
B = 42.36%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#714485 (or 0x714485) is known color: Affair. HEX triplet: 71, 44 and 85. RGB value is (113,68,133). Sum of RGB (Red+Green+Blue) = 113+68+133=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #714485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714485 is #8EBB7A. Grayscale: #585858. Windows color (decimal): -9354107 or 8733809. OLE color: 8733809.

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

Color convert

RGB 113 68 133 -
CMYK 0.15 0.49 0 0.48
HSL 281.54º 0.32% 0.39% -
HSV(B) 281.54º 0.49% 0.52% -
XYZ 13.11 9.34 23.3 -
YUV 88.87 152.91 145.21 -
System Red Green Blue C M Y K H S L
Decimal 113 68 133 0.15 0.49 0 0.48 281.54 0.32 0.39
Hex 71 44 85 F 31 0 30 11A 20 27
Octal 161 104 205 17 61 0 60 432 40 47
Binary 1110001 1000100 10000101 1111 110001 0 110000 100011010 100000 100111

Color Harmonies of #714485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714485

Black with #714485

Text Example


Text Example

White with #714485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714485; }

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

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

background-color css

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

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

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

border-color css

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

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

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