Html Css Color HEX #7F618D Affair

📋 copy color: '#7F618D'

red 127 ◦ green 97 ◦ blue 141

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

Shades of Affair #7F618D

Tints of Affair #7F618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.58%

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 34.79%
G = 26.58%
B = 38.63%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F618D (or 0x7F618D) is known color: Affair. HEX triplet: 7F, 61 and 8D. RGB value is (127,97,141). Sum of RGB (Red+Green+Blue) = 127+97+141=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F618D is #809E72. Grayscale: #6E6E6E. Windows color (decimal): -8429171 or 9265535. OLE color: 9265535.

HSL color Cylindrical-coordinate representation of color #7F618D: hue angle of 280.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F618D is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 97 141 -
CMYK 0.10 0.31 0 0.45
HSL 280.91º 0.18% 0.47% -
HSV(B) 280.91º 0.31% 0.55% -
XYZ 17.83 14.98 27.15 -
YUV 110.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 127 97 141 0.10 0.31 0 0.45 280.91 0.18 0.47
Hex 7F 61 8D A 1F 0 2D 119 12 2F
Octal 177 141 215 12 37 0 55 431 22 57
Binary 1111111 1100001 10001101 1010 11111 0 101101 100011001 10010 101111

Color Harmonies of #7F618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F618D

Black with #7F618D

Text Example


Text Example

White with #7F618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,97,141); }

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

background-color css

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

 a { background-color: rgb(127,97,141); }

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

border-color css

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

 span { border-color: rgb(127,97,141); }

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