Html Css Color HEX #7F5990 Affair

📋 copy color: '#7F5990'

red 127 ◦ green 89 ◦ blue 144

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

Shades of Affair #7F5990

Tints of Affair #7F5990

RGB

 RED value IS 127 (50% from 255) = 35.28%

 GREEN value IS 89 (35.16% from 255) = 24.72%

 BLUE value IS 144 (56.64% from 255) = 40%

R = 35.28%
G = 24.72%
B = 40%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7F5990 (or 0x7F5990) is known color: Affair. HEX triplet: 7F, 59 and 90. RGB value is (127,89,144). Sum of RGB (Red+Green+Blue) = 127+89+144=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F5990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5990 is #80A66F. Grayscale: #6A6A6A. Windows color (decimal): -8431216 or 9460095. OLE color: 9460095.

HSL color Cylindrical-coordinate representation of color #7F5990: hue angle of 281.45º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F5990 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 127 89 144 -
CMYK 0.12 0.38 0 0.44
HSL 281.45º 0.24% 0.46% -
HSV(B) 281.45º 0.38% 0.56% -
XYZ 17.36 13.67 28.11 -
YUV 106.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 127 89 144 0.12 0.38 0 0.44 281.45 0.24 0.46
Hex 7F 59 90 C 26 0 2C 119 18 2E
Octal 177 131 220 14 46 0 54 431 30 56
Binary 1111111 1011001 10010000 1100 100110 0 101100 100011001 11000 101110

Color Harmonies of #7F5990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5990

Black with #7F5990

Text Example


Text Example

White with #7F5990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F5990; }

 p { color: rgb(127,89,144); }

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

background-color css

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

 a { background-color: rgb(127,89,144); }

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

border-color css

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

 span { border-color: rgb(127,89,144); }

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