Html Css Color HEX #754392 Affair

📋 copy color: '#754392'

red 117 ◦ green 67 ◦ blue 146

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

Shades of Affair #754392

Tints of Affair #754392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.3%

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

R = 35.45%
G = 20.3%
B = 44.24%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#754392 (or 0x754392) is known color: Affair. HEX triplet: 75, 43 and 92. RGB value is (117,67,146). Sum of RGB (Red+Green+Blue) = 117+67+146=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #754392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754392 is #8ABC6D. Grayscale: #5A5A5A. Windows color (decimal): -9092206 or 9585525. OLE color: 9585525.

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

Color convert

RGB 117 67 146 -
CMYK 0.20 0.54 0 0.43
HSL 277.97º 0.37% 0.42% -
HSV(B) 277.97º 0.54% 0.57% -
XYZ 14.53 9.87 28.33 -
YUV 90.96 159.07 146.58 -
System Red Green Blue C M Y K H S L
Decimal 117 67 146 0.20 0.54 0 0.43 277.97 0.37 0.42
Hex 75 43 92 14 36 0 2B 116 25 2A
Octal 165 103 222 24 66 0 53 426 45 52
Binary 1110101 1000011 10010010 10100 110110 0 101011 100010110 100101 101010

Color Harmonies of #754392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754392

Black with #754392

Text Example


Text Example

White with #754392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754392; }

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

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

background-color css

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

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

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

border-color css

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

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

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