Html Css Color HEX #754F82 Affair

📋 copy color: '#754F82'

red 117 ◦ green 79 ◦ blue 130

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

Shades of Affair #754F82

Tints of Affair #754F82

RGB

 RED value IS 117 (46.09% from 255) = 35.89%

 GREEN value IS 79 (31.25% from 255) = 24.23%

 BLUE value IS 130 (51.17% from 255) = 39.88%

R = 35.89%
G = 24.23%
B = 39.88%

CMYK

 C value IS 0.1

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#754F82 (or 0x754F82) is known color: Affair. HEX triplet: 75, 4F and 82. RGB value is (117,79,130). Sum of RGB (Red+Green+Blue) = 117+79+130=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: blue. Hex color #754F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754F82 is #8AB07D. Grayscale: #606060. Windows color (decimal): -9089150 or 8540021. OLE color: 8540021.

HSL color Cylindrical-coordinate representation of color #754F82: hue angle of 284.71º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #754F82 is Cyan = 0.1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 79 130 -
CMYK 0.1 0.39 0 0.49
HSL 284.71º 0.24% 0.41% -
HSV(B) 284.71º 0.39% 0.51% -
XYZ 14.16 10.99 22.49 -
YUV 96.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 117 79 130 0.1 0.39 0 0.49 284.71 0.24 0.41
Hex 75 4F 82 A 27 0 31 11D 18 29
Octal 165 117 202 12 47 0 61 435 30 51
Binary 1110101 1001111 10000010 1010 100111 0 110001 100011101 11000 101001

Color Harmonies of #754F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F82

Black with #754F82

Text Example


Text Example

White with #754F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754F82; }

 p { color: rgb(117,79,130); }

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

background-color css

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

 a { background-color: rgb(117,79,130); }

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

border-color css

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

 span { border-color: rgb(117,79,130); }

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