Html Css Color HEX #754A93 Affair

📋 copy color: '#754A93'

red 117 ◦ green 74 ◦ blue 147

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

Shades of Affair #754A93

Tints of Affair #754A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.49%

R = 34.62%
G = 21.89%
B = 43.49%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#754A93 (or 0x754A93) is known color: Affair. HEX triplet: 75, 4A and 93. RGB value is (117,74,147). Sum of RGB (Red+Green+Blue) = 117+74+147=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #754A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754A93 is #8AB56C. Grayscale: #5E5E5E. Windows color (decimal): -9090413 or 9652853. OLE color: 9652853.

HSL color Cylindrical-coordinate representation of color #754A93: hue angle of 275.34º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754A93 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 74 147 -
CMYK 0.20 0.50 0 0.42
HSL 275.34º 0.33% 0.43% -
HSV(B) 275.34º 0.5% 0.58% -
XYZ 15.05 10.79 28.89 -
YUV 95.18 157.25 143.56 -
System Red Green Blue C M Y K H S L
Decimal 117 74 147 0.20 0.50 0 0.42 275.34 0.33 0.43
Hex 75 4A 93 14 32 0 2A 113 21 2B
Octal 165 112 223 24 62 0 52 423 41 53
Binary 1110101 1001010 10010011 10100 110010 0 101010 100010011 100001 101011

Color Harmonies of #754A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A93

Black with #754A93

Text Example


Text Example

White with #754A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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