Html Css Color HEX #7D608F Affair

📋 copy color: '#7D608F'

red 125 ◦ green 96 ◦ blue 143

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

Shades of Affair #7D608F

Tints of Affair #7D608F

RGB

 RED value IS 125 (49.22% from 255) = 34.34%

 GREEN value IS 96 (37.89% from 255) = 26.37%

 BLUE value IS 143 (56.25% from 255) = 39.29%

R = 34.34%
G = 26.37%
B = 39.29%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D608F (or 0x7D608F) is known color: Affair. HEX triplet: 7D, 60 and 8F. RGB value is (125,96,143). Sum of RGB (Red+Green+Blue) = 125+96+143=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 143 - color contains mainly: blue. Hex color #7D608F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D608F is #829F70. Grayscale: #6D6D6D. Windows color (decimal): -8560497 or 9396349. OLE color: 9396349.

HSL color Cylindrical-coordinate representation of color #7D608F: hue angle of 277.02º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D608F is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 96 143 -
CMYK 0.13 0.33 0 0.44
HSL 277.02º 0.2% 0.47% -
HSV(B) 277.02º 0.33% 0.56% -
XYZ 17.6 14.71 27.9 -
YUV 110.03 146.61 138.68 -
System Red Green Blue C M Y K H S L
Decimal 125 96 143 0.13 0.33 0 0.44 277.02 0.2 0.47
Hex 7D 60 8F D 21 0 2C 115 14 2F
Octal 175 140 217 15 41 0 54 425 24 57
Binary 1111101 1100000 10001111 1101 100001 0 101100 100010101 10100 101111

Color Harmonies of #7D608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D608F

Black with #7D608F

Text Example


Text Example

White with #7D608F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,96,143); }

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

background-color css

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

 a { background-color: rgb(125,96,143); }

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

border-color css

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

 span { border-color: rgb(125,96,143); }

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