Html Css Color HEX #754A8B Affair

📋 copy color: '#754A8B'

red 117 ◦ green 74 ◦ blue 139

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

Shades of Affair #754A8B

Tints of Affair #754A8B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.42%

 BLUE value IS 139 (54.69% from 255) = 42.12%

R = 35.45%
G = 22.42%
B = 42.12%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#754A8B (or 0x754A8B) is known color: Affair. HEX triplet: 75, 4A and 8B. RGB value is (117,74,139). Sum of RGB (Red+Green+Blue) = 117+74+139=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #754A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754A8B is #8AB574. Grayscale: #5E5E5E. Windows color (decimal): -9090421 or 9128565. OLE color: 9128565.

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

Color convert

RGB 117 74 139 -
CMYK 0.16 0.47 0 0.45
HSL 279.69º 0.31% 0.42% -
HSV(B) 279.69º 0.47% 0.55% -
XYZ 14.45 10.54 25.7 -
YUV 94.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 117 74 139 0.16 0.47 0 0.45 279.69 0.31 0.42
Hex 75 4A 8B 10 2F 0 2D 118 1F 2A
Octal 165 112 213 20 57 0 55 430 37 52
Binary 1110101 1001010 10001011 10000 101111 0 101101 100011000 11111 101010

Color Harmonies of #754A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A8B

Black with #754A8B

Text Example


Text Example

White with #754A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,74,139); }

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

background-color css

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

 a { background-color: rgb(117,74,139); }

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

border-color css

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

 span { border-color: rgb(117,74,139); }

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