Html Css Color HEX #754E8A Affair

📋 copy color: '#754E8A'

red 117 ◦ green 78 ◦ blue 138

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

Shades of Affair #754E8A

Tints of Affair #754E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.44%

R = 35.14%
G = 23.42%
B = 41.44%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#754E8A (or 0x754E8A) is known color: Affair. HEX triplet: 75, 4E and 8A. RGB value is (117,78,138). Sum of RGB (Red+Green+Blue) = 117+78+138=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #754E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754E8A is #8AB175. Grayscale: #606060. Windows color (decimal): -9089398 or 9064053. OLE color: 9064053.

HSL color Cylindrical-coordinate representation of color #754E8A: hue angle of 279º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #754E8A is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 78 138 -
CMYK 0.15 0.43 0 0.46
HSL 279º 0.28% 0.42% -
HSV(B) 279º 0.43% 0.54% -
XYZ 14.65 11.07 25.41 -
YUV 96.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 117 78 138 0.15 0.43 0 0.46 279 0.28 0.42
Hex 75 4E 8A F 2B 0 2E 117 1C 2A
Octal 165 116 212 17 53 0 56 427 34 52
Binary 1110101 1001110 10001010 1111 101011 0 101110 100010111 11100 101010

Color Harmonies of #754E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E8A

Black with #754E8A

Text Example


Text Example

White with #754E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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