Html Css Color HEX #754B92 Affair

📋 copy color: '#754B92'

red 117 ◦ green 75 ◦ blue 146

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

Shades of Affair #754B92

Tints of Affair #754B92

RGB

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

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

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

R = 34.62%
G = 22.19%
B = 43.2%

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

#754B92 (or 0x754B92) is known color: Affair. HEX triplet: 75, 4B and 92. RGB value is (117,75,146). Sum of RGB (Red+Green+Blue) = 117+75+146=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #754B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754B92 is #8AB46D. Grayscale: #5F5F5F. Windows color (decimal): -9090158 or 9587573. OLE color: 9587573.

HSL color Cylindrical-coordinate representation of color #754B92: hue angle of 275.49º degrees, saturation: 0.32, 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 #754B92 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 75 146 -
CMYK 0.20 0.49 0 0.43
HSL 275.49º 0.32% 0.43% -
HSV(B) 275.49º 0.49% 0.57% -
XYZ 15.04 10.89 28.5 -
YUV 95.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 117 75 146 0.20 0.49 0 0.43 275.49 0.32 0.43
Hex 75 4B 92 14 31 0 2B 113 20 2B
Octal 165 113 222 24 61 0 53 423 40 53
Binary 1110101 1001011 10010010 10100 110001 0 101011 100010011 100000 101011

Color Harmonies of #754B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B92

Black with #754B92

Text Example


Text Example

White with #754B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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