Html Css Color HEX #754B8C Affair

📋 copy color: '#754B8C'

red 117 ◦ green 75 ◦ blue 140

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

Shades of Affair #754B8C

Tints of Affair #754B8C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.59%

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 35.24%
G = 22.59%
B = 42.17%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#754B8C (or 0x754B8C) is known color: Affair. HEX triplet: 75, 4B and 8C. RGB value is (117,75,140). Sum of RGB (Red+Green+Blue) = 117+75+140=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 140 - color contains mainly: blue. Hex color #754B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754B8C is #8AB473. Grayscale: #5E5E5E. Windows color (decimal): -9090164 or 9194357. OLE color: 9194357.

HSL color Cylindrical-coordinate representation of color #754B8C: hue angle of 278.77º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #754B8C is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 75 140 -
CMYK 0.16 0.46 0 0.45
HSL 278.77º 0.3% 0.42% -
HSV(B) 278.77º 0.46% 0.55% -
XYZ 14.59 10.71 26.11 -
YUV 94.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 117 75 140 0.16 0.46 0 0.45 278.77 0.3 0.42
Hex 75 4B 8C 10 2E 0 2D 117 1E 2A
Octal 165 113 214 20 56 0 55 427 36 52
Binary 1110101 1001011 10001100 10000 101110 0 101101 100010111 11110 101010

Color Harmonies of #754B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B8C

Black with #754B8C

Text Example


Text Example

White with #754B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,75,140); }

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

background-color css

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

 a { background-color: rgb(117,75,140); }

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

border-color css

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

 span { border-color: rgb(117,75,140); }

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