Html Css Color HEX #754E82 Affair

📋 copy color: '#754E82'

red 117 ◦ green 78 ◦ blue 130

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

Shades of Affair #754E82

Tints of Affair #754E82

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24%

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

R = 36%
G = 24%
B = 40%

CMYK

 C value IS 0.1

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#754E82 (or 0x754E82) is known color: Affair. HEX triplet: 75, 4E and 82. RGB value is (117,78,130). Sum of RGB (Red+Green+Blue) = 117+78+130=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #754E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754E82 is #8AB17D. Grayscale: #5F5F5F. Windows color (decimal): -9089406 or 8539765. OLE color: 8539765.

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

Color convert

RGB 117 78 130 -
CMYK 0.1 0.40 0 0.49
HSL 285º 0.25% 0.41% -
HSV(B) 285º 0.4% 0.51% -
XYZ 14.09 10.84 22.47 -
YUV 95.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 117 78 130 0.1 0.40 0 0.49 285 0.25 0.41
Hex 75 4E 82 A 28 0 31 11D 19 29
Octal 165 116 202 12 50 0 61 435 31 51
Binary 1110101 1001110 10000010 1010 101000 0 110001 100011101 11001 101001

Color Harmonies of #754E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E82

Black with #754E82

Text Example


Text Example

White with #754E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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