Html Css Color HEX #755292 Affair

📋 copy color: '#755292'

red 117 ◦ green 82 ◦ blue 146

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

Shades of Affair #755292

Tints of Affair #755292

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.77%

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

R = 33.91%
G = 23.77%
B = 42.32%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#755292 (or 0x755292) is known color: Affair. HEX triplet: 75, 52 and 92. RGB value is (117,82,146). Sum of RGB (Red+Green+Blue) = 117+82+146=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #755292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755292 is #8AAD6D. Grayscale: #636363. Windows color (decimal): -9088366 or 9589365. OLE color: 9589365.

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

Color convert

RGB 117 82 146 -
CMYK 0.20 0.44 0 0.43
HSL 272.81º 0.28% 0.45% -
HSV(B) 272.81º 0.44% 0.57% -
XYZ 15.54 11.89 28.67 -
YUV 99.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 117 82 146 0.20 0.44 0 0.43 272.81 0.28 0.45
Hex 75 52 92 14 2C 0 2B 111 1C 2D
Octal 165 122 222 24 54 0 53 421 34 55
Binary 1110101 1010010 10010010 10100 101100 0 101011 100010001 11100 101101

Color Harmonies of #755292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755292

Black with #755292

Text Example


Text Example

White with #755292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755292; }

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

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

background-color css

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

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

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

border-color css

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

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

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