Html Css Color HEX #754A92 Affair

📋 copy color: '#754A92'

red 117 ◦ green 74 ◦ blue 146

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

Shades of Affair #754A92

Tints of Affair #754A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 34.72%
G = 21.96%
B = 43.32%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#754A92 (or 0x754A92) is known color: Affair. HEX triplet: 75, 4A and 92. RGB value is (117,74,146). Sum of RGB (Red+Green+Blue) = 117+74+146=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #754A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754A92 is #8AB56D. Grayscale: #5E5E5E. Windows color (decimal): -9090414 or 9587317. OLE color: 9587317.

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

Color convert

RGB 117 74 146 -
CMYK 0.20 0.49 0 0.43
HSL 275.83º 0.33% 0.43% -
HSV(B) 275.83º 0.49% 0.57% -
XYZ 14.97 10.75 28.48 -
YUV 95.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 117 74 146 0.20 0.49 0 0.43 275.83 0.33 0.43
Hex 75 4A 92 14 31 0 2B 114 21 2B
Octal 165 112 222 24 61 0 53 424 41 53
Binary 1110101 1001010 10010010 10100 110001 0 101011 100010100 100001 101011

Color Harmonies of #754A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A92

Black with #754A92

Text Example


Text Example

White with #754A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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