Html Css Color HEX #755492 Affair

📋 copy color: '#755492'

red 117 ◦ green 84 ◦ blue 146

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

Shades of Affair #755492

Tints of Affair #755492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.21%

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

R = 33.72%
G = 24.21%
B = 42.07%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#755492 (or 0x755492) is known color: Affair. HEX triplet: 75, 54 and 92. RGB value is (117,84,146). Sum of RGB (Red+Green+Blue) = 117+84+146=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #755492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755492 is #8AAB6D. Grayscale: #646464. Windows color (decimal): -9087854 or 9589877. OLE color: 9589877.

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

Color convert

RGB 117 84 146 -
CMYK 0.20 0.42 0 0.43
HSL 271.94º 0.27% 0.45% -
HSV(B) 271.94º 0.42% 0.57% -
XYZ 15.69 12.2 28.72 -
YUV 100.94 153.43 139.46 -
System Red Green Blue C M Y K H S L
Decimal 117 84 146 0.20 0.42 0 0.43 271.94 0.27 0.45
Hex 75 54 92 14 2A 0 2B 110 1B 2D
Octal 165 124 222 24 52 0 53 420 33 55
Binary 1110101 1010100 10010010 10100 101010 0 101011 100010000 11011 101101

Color Harmonies of #755492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755492

Black with #755492

Text Example


Text Example

White with #755492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755492; }

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

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

background-color css

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

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

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

border-color css

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

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

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