Html Css Color HEX #7D6093 Affair

📋 copy color: '#7D6093'

red 125 ◦ green 96 ◦ blue 147

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

Shades of Affair #7D6093

Tints of Affair #7D6093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.95%

R = 33.97%
G = 26.09%
B = 39.95%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D6093 (or 0x7D6093) is known color: Affair. HEX triplet: 7D, 60 and 93. RGB value is (125,96,147). Sum of RGB (Red+Green+Blue) = 125+96+147=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D6093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6093 is #829F6C. Grayscale: #6E6E6E. Windows color (decimal): -8560493 or 9658493. OLE color: 9658493.

HSL color Cylindrical-coordinate representation of color #7D6093: hue angle of 274.12º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D6093 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 96 147 -
CMYK 0.15 0.35 0 0.42
HSL 274.12º 0.21% 0.48% -
HSV(B) 274.12º 0.35% 0.58% -
XYZ 17.91 14.83 29.52 -
YUV 110.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 125 96 147 0.15 0.35 0 0.42 274.12 0.21 0.48
Hex 7D 60 93 F 23 0 2A 112 15 30
Octal 175 140 223 17 43 0 52 422 25 60
Binary 1111101 1100000 10010011 1111 100011 0 101010 100010010 10101 110000

Color Harmonies of #7D6093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6093

Black with #7D6093

Text Example


Text Example

White with #7D6093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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