Html Css Color HEX #754A8C Affair

📋 copy color: '#754A8C'

red 117 ◦ green 74 ◦ blue 140

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

Shades of Affair #754A8C

Tints of Affair #754A8C

RGB

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

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

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

R = 35.35%
G = 22.36%
B = 42.3%

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

#754A8C (or 0x754A8C) is known color: Affair. HEX triplet: 75, 4A and 8C. RGB value is (117,74,140). Sum of RGB (Red+Green+Blue) = 117+74+140=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #754A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754A8C is #8AB573. Grayscale: #5E5E5E. Windows color (decimal): -9090420 or 9194101. OLE color: 9194101.

HSL color Cylindrical-coordinate representation of color #754A8C: hue angle of 279.09º 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 #754A8C is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 74 140 -
CMYK 0.16 0.47 0 0.45
HSL 279.09º 0.31% 0.42% -
HSV(B) 279.09º 0.47% 0.55% -
XYZ 14.52 10.57 26.09 -
YUV 94.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 117 74 140 0.16 0.47 0 0.45 279.09 0.31 0.42
Hex 75 4A 8C 10 2F 0 2D 117 1F 2A
Octal 165 112 214 20 57 0 55 427 37 52
Binary 1110101 1001010 10001100 10000 101111 0 101101 100010111 11111 101010

Color Harmonies of #754A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A8C

Black with #754A8C

Text Example


Text Example

White with #754A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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